Home
last modified time | relevance | path

Searched refs:kMaxUseCount (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.cc33 static const u32 kMaxUseCount = 1 << kUseCountBits; member
88 COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)kStackDepotMaxUseCount);
99 CHECK_LT(prev + 1, StackDepotNode::kMaxUseCount); in inc_use_count_unsafe()