Home
last modified time | relevance | path

Searched defs:hashShift (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/common_components/objects/string_table/
Dhashtriemap-inl.h31 …Entry* oldEntry, Entry* newEntry, uint32_t oldHash, uint32_t newHash, uint32_t hashShift, Indirect… in Expand()
82 for (uint32_t hashShift = 0; hashShift < TrieMapConfig::TOTAL_HASH_BITS; hashShift += in Load() local
132 uint32_t hashShift = 0; in LoadOrStore() local
261 uint32_t hashShift = 0; in LoadOrStoreForJit() local
371 uint32_t hashShift = loadResult.hashShift; in StoreOrLoad() local
479 for (uint32_t hashShift = 0; hashShift < TrieMapConfig::TOTAL_HASH_BITS; hashShift += in Load() local
518 for (uint32_t hashShift = 0; hashShift < TrieMapConfig::TOTAL_HASH_BITS; hashShift += in Load() local
561 uint32_t hashShift = loadResult.hashShift; in StoreOrLoad() local
Dhashtriemap.h169 uint32_t hashShift; member
214 void TraceFindSuccess(uint32_t hashShift) in TraceFindSuccess()
265 void TraceFindSuccessDepth(uint32_t hashShift) in TraceFindSuccessDepth()