Home
last modified time | relevance | path

Searched defs:bucket (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlinked_hash_table.cpp57 uint32_t bucket = newTable->HashToBucket(hash); in Insert() local
82 uint32_t bucket = newTable->HashToBucket(hash); in InsertWeakRef() local
H A Dlinked_hash_table.h95 uint32_t bucket = HashToBucket(hash); in FindElement() local
245 int bucket = static_cast<int>(newTable->HashToBucket(LinkedHash::Hash(thread, key))); in Rehash() local
299 inline static uint32_t BucketToIndex(uint32_t bucket) in BucketToIndex() argument
310 inline void InsertNewEntry(const JSThread *thread, int bucket, int entry) in InsertNewEntry() argument
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Ddominators_tree.cpp80 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Ddominators_tree.cpp81 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.cpp513 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvtable_builder_base.h273 auto const bucket = umap.bucket(key); in FilterBucketIterator() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.h59 GateRef BucketToIndex(GateRef bucket) in BucketToIndex() argument
194 void InsertNewEntry(GateRef linkedTable, GateRef bucket, GateRef entry) in InsertNewEntry() argument
H A Dlinked_hashtable_stub_builder.cpp79 GateRef bucket = HashToBucket(newTable, hash); in Rehash() local
249 GateRef bucket = HashToBucket(linkedTable, hash); in FindElement() local
543 GateRef bucket = HashToBucket(newTable, hash); in Insert() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcleanup.cpp634 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local

Completed in 8 milliseconds