Home
last modified time | relevance | path

Searched defs:kHashMask (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dclass_table.h114 static constexpr uint32_t kHashMask = kObjectAlignment - 1; variable
H A Dlock_word.h128 kHashMask = (1 << kHashSize) - 1, enumerator
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc35 static const u32 kHashMask = ~kUseCountMask; member