| /arkcompiler/runtime_core/runtime/ |
| D | mark_word.cpp | 42 inline MarkWord MarkWord::DecodeFromHashConfigured(uint32_t hash) in DecodeFromHashConfigured() 51 inline MarkWord MarkWord::DecodeFromHashConfigured<false>(uint32_t hash) in DecodeFromHashConfigured() 58 MarkWord MarkWord::DecodeFromHash(uint32_t hash) in DecodeFromHash()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | rb_tree_node_test.cpp | 71 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
|
| D | linked_node_test.cpp | 75 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/ |
| D | tagged_node.h | 26 …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 84 void InitLinkedNode(JSThread *thread, int hash, JSHandle<JSTaggedValue> key, in InitLinkedNode()
|
| D | tagged_hash_array.cpp | 39 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()
|
| D | tagged_hash_table.h | 106 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 243 inline int FindInsertIndex(int hash) in FindInsertIndex() 286 inline static uint32_t GetFirstPosition(uint32_t hash, uint32_t size) in GetFirstPosition() 347 int32_t hash = static_cast<int32_t>(Derived::Hash(k)); in Rehash() local 390 int32_t hash = static_cast<int32_t>(Derived::Hash(key.GetTaggedValue())); in PutIfAbsent() local 416 int hash = Derived::Hash(key.GetTaggedValue()); in Put() local
|
| D | tagged_node.cpp | 38 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()
|
| D | linked_hash_table.cpp | 44 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
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser_cache.cpp | 48 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/ |
| D | js_api_hashset.cpp | 41 int hash = TaggedNode::Hash(value); in Has() local 55 int hash = TaggedNode::Hash(value.GetTaggedValue()); in Add() local 94 int hash = TaggedNode::Hash(key); in Remove() local
|
| D | js_api_hashmap.cpp | 36 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
|
| D | js_api_lightweightmap.cpp | 121 int32_t hash = 0; in HasAll() local 171 int32_t hash = Hash(key.GetTaggedValue()); in GetStateOfKey() local 323 …PILightWeightMap::AvoidHashCollision(HashParams ¶ms, int32_t index, int32_t size, int32_t hash) in AvoidHashCollision() 467 uint32_t hash = ECMAObject::Cast(key.GetTaggedObject())->GetHash(); in Hash() local 476 int32_t hash = key.GetInt(); in Hash() local 483 int32_t JSAPILightWeightMap::BinarySearchHashes(JSHandle<TaggedArray> &array, int32_t hash, int32_t… in BinarySearchHashes()
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | equiv_classes_test.cpp | 41 struct hash<Obj> { struct 42 constexpr size_t operator()(const Obj &obj) const in operator ()()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | properties_cache.h | 31 int hash = Hash(jsHclass, key); in Get() local 40 int hash = Hash(jsHclass, key); in Set() local
|
| /arkcompiler/runtime_core/dprof/libdprof/dprof/ |
| D | profiling_data.h | 26 …ProfilingData(const std::string &appName, uint64_t hash, uint32_t pid) : app_name_(appName), hash_… in ProfilingData()
|
| /arkcompiler/runtime_core/tests/fuzztest/openfrommemory2arg_fuzzer/ |
| D | openfrommemory2arg_fuzzer.cpp | 26 std::hash<const uint8_t *> hash; in OpenFromMemory2ArgFuzzTest() local
|
| /arkcompiler/runtime_core/dprof/libstorage/dprof/ |
| D | storage.cpp | 29 std::unique_ptr<AppData> AppData::CreateByParams(const std::string &name, uint64_t hash, uint32_t p… in CreateByParams() 212 std::string AppDataStorage::MakeAppPath(const std::string &name, uint64_t hash, uint32_t pid) const in MakeAppPath()
|
| D | storage.h | 67 uint64_t hash; member
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module_cache.cpp | 37 int hash = Hash(key.GetTaggedValue()); in PutIfAbsentAndReset() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | mark_word_test.cpp | 182 void CheckHashed(uint32_t hash, bool isMarkedForGC, bool isReadBarrierSet = false) in CheckHashed() 208 void DecodeHash(uint32_t hash) in DecodeHash() 235 auto hash = paramGetter_.GetHash(); in DecodeAndCheckHashed() local 465 auto hash = paramGetter.GetHash(); in CheckMarkingWithGC() local 520 auto hash = paramGetter.GetHash(); in CheckReadBarrierSet() local
|
| /arkcompiler/runtime_core/dprof/libdprof/dprof/ipc/ |
| D | ipc_message_protocol.h | 32 uint64_t hash; member
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | murmur3_hash.h | 91 uint32_t hash = seed; in MurmurHash3() local 141 uint32_t hash = seed; in MurmurHash3String() local
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | summary.rb | 138 def except(hash, keys) argument
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | moduleHelpers.cpp | 32 uint32_t hash = 0; in CompileNpmModuleEntryList() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_script.h | 70 void SetHash(const std::string &hash) in SetHash()
|