Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dvalue_numbering.h49 GateRef GetEntry(size_t hash) in GetEntry()
54 void SetEntry(size_t hash, GateRef gate) in SetEntry()
Dvalue_numbering.cpp40 size_t hash = HashCode(gate); in VisitGate() local
57 size_t hash = static_cast<size_t>(acc_.GetOpCode(gate)); in HashCode() local
/arkcompiler/ets_runtime/ecmascript/tests/
Drb_tree_node_test.cpp71 int hash = TaggedNode::Hash(factory->NewFromStdString(k).GetTaggedValue()); in HWTEST_F_L0() local
90 int hash = TaggedNode::Hash(factory->NewFromStdString(iKey).GetTaggedValue()); in HWTEST_F_L0() local
101 int hash = TaggedNode::Hash(key.GetTaggedValue()); in HWTEST_F_L0() local
122 int hash = TaggedNode::Hash(factory->NewFromStdString(iKey).GetTaggedValue()); in HWTEST_F_L0() local
131 int hash = TaggedNode::Hash(key.GetTaggedValue()); in HWTEST_F_L0() local
142 int hash = TaggedNode::Hash(key.GetTaggedValue()); in HWTEST_F_L0() local
153 int hash = TaggedNode::Hash(key.GetTaggedValue()); in HWTEST_F_L0() local
172 int hash = TaggedNode::Hash(factory->NewFromStdString(iKey).GetTaggedValue()); in HWTEST_F_L0() local
223 int hash = TaggedNode::Hash(factory->NewFromStdString(iKey).GetTaggedValue()); in HWTEST_F_L0() local
Dlinked_node_test.cpp75 int hash = TaggedNode::Hash(key.GetTaggedValue()); in CreateLinkedList() local
89 int hash = TaggedNode::Hash(factory->NewFromStdString(k).GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.h26 …void InitTaggedNode(JSThread *thread, int hash, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValu… in InitTaggedNode()
66 int32_t hash = ECMAObject::Cast(key.GetTaggedObject())->GetHash(); in Hash() local
82 void InitLinkedNode(JSThread *thread, int hash, JSHandle<JSTaggedValue> key, in InitLinkedNode()
Dtagged_hash_array.cpp39 JSTaggedValue TaggedHashArray::GetNode(JSThread *thread, int hash, JSTaggedValue key) in GetNode()
65 JSHandle<LinkedNode> TaggedHashArray::NewLinkedNode(JSThread *thread, int hash, JSHandle<JSTaggedVa… in NewLinkedNode()
80 JSHandle<RBTreeNode> TaggedHashArray::NewTreeNode(JSThread *thread, int hash, JSHandle<JSTaggedValu… in NewTreeNode()
94 void TaggedHashArray::TreeingBin(JSThread *thread, const JSHandle<TaggedHashArray> &tab, int hash) in TreeingBin()
173 JSTaggedValue TaggedHashArray::SetVal(JSThread *thread, JSHandle<TaggedHashArray> table, int hash, in SetVal()
221 JSTaggedValue TaggedHashArray::RemoveNode(JSThread *thread, int hash, JSTaggedValue key) in RemoveNode()
Dtagged_hash_table.h112 int32_t hash = static_cast<int32_t>(Derived::Hash(key.GetTaggedValue())); in Insert() local
226 int32_t hash = static_cast<int32_t>(Derived::Hash(key)); in FindEntry() local
248 int32_t hash = static_cast<int32_t>(Derived::Hash(str, strSize)); in FindEntry() local
266 inline int FindInsertIndex(int hash) in FindInsertIndex()
309 inline static uint32_t GetFirstPosition(uint32_t hash, uint32_t size) in GetFirstPosition()
370 int32_t hash = static_cast<int32_t>(Derived::Hash(k)); in Rehash() local
427 int32_t hash = static_cast<int32_t>(Derived::Hash(key.GetTaggedValue())); in PutIfAbsent() local
454 int hash = Derived::Hash(key.GetTaggedValue()); in Put() local
Dtagged_node.cpp38 void RBTreeNode::InitRBTreeNode(JSThread *thread, int hash, JSHandle<JSTaggedValue> key, in InitRBTreeNode()
181 JSHandle<RBTreeNode> RBTreeNode::Set(JSThread *thread, JSHandle<RBTreeNode> treeNode, int hash, in Set()
338 JSTaggedValue RBTreeNode::Delete(JSThread *thread, const JSTaggedValue &treeNodeVa, int hash, in Delete()
397 int hash, JSHandle<JSTaggedValue> key) in GetTreeNode()
Dlinked_hash_table.cpp44 int hash = LinkedHash::Hash(key.GetTaggedValue()); in Insert() local
68 int hash = LinkedHash::Hash(key.GetTaggedValue()); in InsertWeakRef() local
244 int32_t hash = ECMAObject::Cast(key.GetTaggedObject())->GetHash(); in Hash() local
Djs_symbol.h47 uint32_t hash = hashSeed * LINEAR_X + LINEAR_Y; in ComputeHash() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp48 size_t hash = GetHash(pattern, flags); in GetCache() local
61 size_t hash = GetHash(pattern, flags); in SetCache() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset.cpp42 int hash = TaggedNode::Hash(value); in Has() local
56 int hash = TaggedNode::Hash(value.GetTaggedValue()); in Add() local
96 int hash = TaggedNode::Hash(key); in Remove() local
Djs_api_hashmap.cpp36 int hash = TaggedNode::Hash(key); in HasKey() local
99 int hash = TaggedNode::Hash(key); in Replace() local
123 int hash = TaggedNode::Hash(key.GetTaggedValue()); in Set() local
139 int hash = TaggedNode::Hash(key); in Get() local
222 int hash = TaggedNode::Hash(key); in Remove() local
Djs_api_lightweightmap.cpp119 int32_t hash = 0; in HasAll() local
169 int32_t hash = Hash(key.GetTaggedValue()); in GetStateOfKey() local
321 …ILightWeightMap::AvoidHashCollision(HashParams &params, int32_t index, uint32_t size, int32_t hash) in AvoidHashCollision()
467 uint32_t hash = ECMAObject::Cast(key.GetTaggedObject())->GetHash(); in Hash() local
475 int32_t hash = key.GetInt(); in Hash() local
482 int32_t JSAPILightWeightMap::BinarySearchHashes(JSHandle<TaggedArray> &array, int32_t hash, int32_t… in BinarySearchHashes()
Djs_api_lightweightmap.h34 int32_t hash; member
Djs_api_lightweightset.cpp107 int32_t JSAPILightWeightSet::BinarySearchHashes(uint32_t hash, int32_t size) in BinarySearchHashes()
463 uint32_t hash = ECMAObject::Cast(key.GetTaggedObject())->GetHash(); in Hash() local
471 uint32_t hash = key.GetInt(); in Hash() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h31 int hash = Hash(jsHclass, key); in Get() local
40 int hash = Hash(jsHclass, key); in Set() local
/arkcompiler/runtime_core/tests/fuzztest/openfrommemory2arg_fuzzer/
Dopenfrommemory2arg_fuzzer.cpp26 std::hash<const uint8_t *> hash; in OpenFromMemory2ArgFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.cpp37 int hash = Hash(key.GetTaggedValue()); in PutIfAbsentAndReset() local
Djs_cjs_module_cache.h87 uint32_t hash = Hash(key); in FindEntry() local
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dsummary.rb138 def except(hash, keys) argument
/arkcompiler/ets_frontend/es2panda/util/
DmoduleHelpers.cpp32 uint32_t hash = 0; in CompileNpmModuleEntryList() local
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h92 uint32_t hash = seed; in MurmurHash3() local
142 uint32_t hash = seed; in MurmurHash3String() local
Dhash.h91 uint32_t hash = PseudoFnvHashItem(static_cast<uint32_t>(item1), seed); variable
/arkcompiler/toolchain/tooling/base/
Dpt_script.h70 void SetHash(const std::string &hash) in SetHash()

12