Home
last modified time | relevance | path

Searched defs:keyHash (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_hash_array_test.cpp57 int keyHash = TaggedNode::Hash(thread, hashKey.GetTaggedValue()); in HWTEST_F_L0() local
78 int keyHash = TaggedNode::Hash(thread, hashKey.GetTaggedValue()); in HWTEST_F_L0() local
97 auto keyHash = TaggedNode::Hash(thread, treeKey.GetTaggedValue()); in HashCommon1() local
114 auto keyHash = TaggedNode::Hash(thread, listKey.GetTaggedValue()); in HashCommon2() local
142 auto keyHash = TaggedNode::Hash(thread, myKey4.GetTaggedValue()); in HWTEST_F_L0() local
177 auto keyHash = TaggedNode::Hash(thread, myKey5.GetTaggedValue()); in HWTEST_F_L0() local
212 auto keyHash = TaggedNode::Hash(thread, myKey5.GetTaggedValue()); in HWTEST_F_L0() local
246 auto keyHash = TaggedNode::Hash(thread, myKey5.GetTaggedValue()); in HWTEST_F_L0() local
402 auto keyHash = TaggedNode::Hash(thread, myKey1.GetTaggedValue()); in HWTEST_F_L0() local
414 auto keyHash = TaggedNode::Hash(thread, myKey1.GetTaggedValue()); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/ic/
Dmega_ic_cache.h189 uint32_t keyHash = key.GetStringKeyHashCode(thread); in PrimaryHash() local
197 uint32_t keyHash = static_cast<uint32_t>(key.GetRawData()); in SecondaryHash() local
Dproperties_cache.h120 uint32_t keyHash = key.GetKeyHashCode(thread); in Hash() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_hashset.js179 function elementsHashSet(valueHash, keyHash, map) { argument
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h163 uint32_t keyHash = key.GetKeyHashCode(thread); in BinarySearch() local
262 uint32_t keyHash = key.GetKeyHashCode(thread); in AddKey() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h4395 GateRef keyHash = GetKeyHashCode(glue, key, hir); in HashFromHclassAndKey() local
4414 GateRef keyHash = Load(VariableType::INT32(), glue, key, in HashFromHclassAndStringKey() local
4424 GateRef keyHash = TruncInt64ToInt32(ChangeTaggedPointerToInt64(key)); in HashSecondaryFromHclassAndStringKey() local
Dstub_builder.cpp465 GateRef keyHash = GetKeyHashCode(glue, key, hir); in BinarySearch() local