Home
last modified time | relevance | path

Searched refs:LinkedHash (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlinked_hash_table.h26 class LinkedHash { class
94 int hash = LinkedHash::Hash(thread, key); in FindElement()
245 int bucket = static_cast<int>(newTable->HashToBucket(LinkedHash::Hash(thread, key))); in Rehash()
H A Dlinked_hash_table.cpp48 int hash = LinkedHash::Hash(thread, key.GetTaggedValue()); in Insert()
73 int hash = LinkedHash::Hash(thread, key.GetTaggedValue()); in InsertWeakRef()
256 int LinkedHash::Hash(const JSThread *thread, JSTaggedValue key) in Hash()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp292 return JSTaggedValue(LinkedHash::Hash(thread, key.GetTaggedValue())); in HashCode()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3758 return JSTaggedValue(LinkedHash::Hash(thread, key)).GetRawData(); in DEF_RUNTIME_STUBS()

Completed in 12 milliseconds