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 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/ |
| D | container_hashset.js | 179 function elementsHashSet(valueHash, keyHash, map) { argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | layout_info-inl.h | 143 uint32_t keyHash = key.GetKeyHashCode(); in BinarySearch() local 227 uint32_t keyHash = key.GetKeyHashCode(); in AddKey() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | properties_cache.h | 120 uint32_t keyHash = key.GetKeyHashCode(); in Hash() local
|
| D | mega_ic_cache.h | 131 uint32_t keyHash = key.GetStringKeyHashCode(); in Hash() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 4139 GateRef keyHash = GetKeyHashCode(glue, key, hir); in HashFromHclassAndKey() local 4155 GateRef keyHash = Load(VariableType::INT32(), key, IntPtr(EcmaString::MIX_HASHCODE_OFFSET)); in HashFromHclassAndStringKey() local
|
| D | stub_builder.cpp | 444 GateRef keyHash = GetKeyHashCode(glue, key, hir); in BinarySearch() local
|