Home
last modified time | relevance | path

Searched refs:bucket (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Ddominators_tree.cpp81 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local
82 while (!bucket.empty()) { in ComputeImmediateDominators()
83 auto v = *bucket.rbegin(); in ComputeImmediateDominators()
90 bucket.pop_back(); in ComputeImmediateDominators()
173 for (auto &bucket : *buckets_) { in Init()
174 bucket.clear(); in Init()
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.h90 uint32_t bucket = HashToBucket(hash); in FindElement() local
91 for (JSTaggedValue entry = GetElement(BucketToIndex(bucket)); !entry.IsHole(); in FindElement()
240 int bucket = static_cast<int>(newTable->HashToBucket(LinkedHash::Hash(key))); in Rehash() local
241 newTable->InsertNewEntry(thread, bucket, desEntry); in Rehash()
294 inline static uint32_t BucketToIndex(uint32_t bucket) in BucketToIndex() argument
296 return bucket + ELEMENTS_START_INDEX; in BucketToIndex()
305 inline void InsertNewEntry(const JSThread *thread, int bucket, int entry) in InsertNewEntry() argument
307 int bucketIndex = static_cast<int>(BucketToIndex(bucket)); in InsertNewEntry()
Dlinked_hash_table.cpp53 uint32_t bucket = newTable->HashToBucket(hash); in Insert() local
55 newTable->InsertNewEntry(thread, bucket, entry); in Insert()
77 uint32_t bucket = newTable->HashToBucket(hash); in InsertWeakRef() local
79 newTable->InsertNewEntry(thread, bucket, entry); in InsertWeakRef()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp515 auto &bucket = GetBucket(parent); in ComputeImmediateDominators() local
516 while (!bucket.empty()) { in ComputeImmediateDominators()
517 auto v = *bucket.rbegin(); in ComputeImmediateDominators()
524 bucket.pop_back(); in ComputeImmediateDominators()
608 for (auto &bucket : buckets_) { in Init() local
609 bucket.clear(); in Init()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …eRefCount})}))})),n.sort((function(e,t){return t.refCount-e.refCount})),{bucket:e,sourceFiles:n}})…