Searched defs:bucket (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/taihe/runtime/include/taihe/ |
| D | set.hpp | 42 node_t **bucket = reinterpret_cast<node_t **>(calloc(cap, sizeof(node_t *))); in reserve() local 217 node_t **bucket; member 266 node_t **bucket; member 290 node_t **bucket = reinterpret_cast<node_t **>(calloc(cap, sizeof(node_t *))); in set() local
|
| D | map.hpp | 42 node_t **bucket = reinterpret_cast<node_t **>(calloc(cap, sizeof(node_t *))); in reserve() local 217 node_t **bucket; member 266 node_t **bucket; member 290 node_t **bucket = reinterpret_cast<node_t **>(calloc(cap, sizeof(node_t *))); in map() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | linked_hash_table.h | 95 uint32_t bucket = HashToBucket(hash); in FindElement() local 262 int bucket = static_cast<int>(newTable->HashToBucket(LinkedHash::Hash(thread, key))); in Rehash() local 316 inline static uint32_t BucketToIndex(uint32_t bucket) in BucketToIndex() 327 inline void InsertNewEntry(const JSThread *thread, int bucket, int entry) in InsertNewEntry()
|
| D | linked_hash_table.cpp | 57 uint32_t bucket = newTable->HashToBucket(hash); in Insert() local 82 uint32_t bucket = newTable->HashToBucket(hash); in InsertWeakRef() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.h | 62 GateRef BucketToIndex(GateRef bucket) in BucketToIndex() 197 void InsertNewEntry(GateRef linkedTable, GateRef bucket, GateRef entry) in InsertNewEntry()
|
| D | linked_hashtable_stub_builder.cpp | 78 GateRef bucket = HashToBucket(newTable, hash); in Rehash() local 248 GateRef bucket = HashToBucket(linkedTable, hash); in FindElement() local 549 GateRef bucket = HashToBucket(newTable, hash); in Insert() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | dominators_tree.cpp | 81 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | dominators_tree.cpp | 80 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | cleanup.cpp | 513 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local 606 for (auto &bucket : buckets_) { in Init() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | vtable_builder_base.h | 273 auto const bucket = umap.bucket(key); in FilterBucketIterator() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | cleanup.cpp | 639 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local 732 for (auto &bucket : buckets_) { in Init() local
|