Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.h90 uint32_t bucket = HashToBucket(hash); in FindElement() local
240 int bucket = static_cast<int>(newTable->HashToBucket(LinkedHash::Hash(thread, key))); in Rehash() local
294 inline static uint32_t BucketToIndex(uint32_t bucket) in BucketToIndex()
305 inline void InsertNewEntry(const JSThread *thread, int bucket, int entry) in InsertNewEntry()
Dlinked_hash_table.cpp53 uint32_t bucket = newTable->HashToBucket(hash); in Insert() local
77 uint32_t bucket = newTable->HashToBucket(hash); in InsertWeakRef() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h51 GateRef BucketToIndex(GateRef bucket) in BucketToIndex()
187 void InsertNewEntry(GateRef linkedTable, GateRef bucket, GateRef entry) in InsertNewEntry()
Dlinked_hashtable_stub_builder.cpp76 GateRef bucket = HashToBucket(newTable, hash); in Rehash() local
286 GateRef bucket = HashToBucket(linkedTable, hash); in FindElement() local
560 GateRef bucket = HashToBucket(newTable, hash); in Insert() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Ddominators_tree.cpp81 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Ddominators_tree.cpp81 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp515 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local
608 for (auto &bucket : buckets_) { in Init() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcleanup.cpp592 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local
685 for (auto &bucket : buckets_) { in Init() local