Home
last modified time | relevance | path

Searched defs:keyHash (Results 1 – 6 of 6) 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
398 auto keyHash = TaggedNode::Hash(thread, myKey1.GetTaggedValue()); in HWTEST_F_L0() local
410 auto keyHash = TaggedNode::Hash(thread, myKey1.GetTaggedValue()); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_hashset.js158 function elementsHashSet(valueHash, keyHash, map) { argument
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h134 uint32_t keyHash = key.GetKeyHashCode(); in BinarySearch() local
219 uint32_t keyHash = key.GetKeyHashCode(); in AddKey() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h120 uint32_t keyHash = key.GetKeyHashCode(); in Hash() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h3775 GateRef keyHash = GetKeyHashCode(glue, key, hir); in HashFromHclassAndKey() local
Dstub_builder.cpp404 GateRef keyHash = GetKeyHashCode(glue, key, hir); in BinarySearch() local