Searched defs:keyHash (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_hash_array_test.cpp | 57 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/ |
| D | mega_ic_cache.h | 189 uint32_t keyHash = key.GetStringKeyHashCode(thread); in PrimaryHash() local 197 uint32_t keyHash = static_cast<uint32_t>(key.GetRawData()); in SecondaryHash() local
|
| D | properties_cache.h | 120 uint32_t keyHash = key.GetKeyHashCode(thread); in Hash() local
|
| /arkcompiler/ets_runtime/test/moduletest/container/ |
| D | container_hashset.js | 179 function elementsHashSet(valueHash, keyHash, map) { argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | layout_info-inl.h | 163 uint32_t keyHash = key.GetKeyHashCode(thread); in BinarySearch() local 262 uint32_t keyHash = key.GetKeyHashCode(thread); in AddKey() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 4395 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
|
| D | stub_builder.cpp | 465 GateRef keyHash = GetKeyHashCode(glue, key, hir); in BinarySearch() local
|