Home
last modified time | relevance | path

Searched refs:BucketToIndex (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlinked_hash_table.h96 for (JSTaggedValue entry = GetElement(BucketToIndex(bucket)); !entry.IsHole(); in FindElement()
299 inline static uint32_t BucketToIndex(uint32_t bucket) in BucketToIndex() function in panda::ecmascript::LinkedHashTable
312 int bucketIndex = static_cast<int>(BucketToIndex(bucket)); in InsertNewEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.h59 GateRef BucketToIndex(GateRef bucket) in BucketToIndex() function in panda::ecmascript::kungfu::LinkedHashTableStubBuilder
196 GateRef bucketIndex = BucketToIndex(bucket); in InsertNewEntry()
H A Dlinked_hashtable_stub_builder.cpp250 GateRef index = BucketToIndex(bucket); in FindElement()

Completed in 4 milliseconds