Searched refs:kStackDepotMaxUseCount (Results 1 – 6 of 6) sorted by relevance
34 const int kStackDepotMaxUseCount = 1U << (SANITIZER_ANDROID ? 16 : 20); variable
33 const int kStackDepotMaxUseCount = 1U << 20; variable
86 COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)kStackDepotMaxUseCount);
35 const int kStackDepotMaxUseCount = 1U << (SANITIZER_ANDROID ? 16 : 20); variable
88 COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)kStackDepotMaxUseCount);
215 f->origin_history_per_stack_limit > kStackDepotMaxUseCount / 2) { in InitializeFlags()219 f->origin_history_per_stack_limit, kStackDepotMaxUseCount / 2); in InitializeFlags()