/arkcompiler/runtime_core/static_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(thread, factory->NewFromStdString(k).GetTaggedValue()); in HWTEST_F_L0() local 90 int hash = TaggedNode::Hash(thread, factory->NewFromStdString(iKey).GetTaggedValue()); in HWTEST_F_L0() local 101 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in HWTEST_F_L0() local 122 int hash = TaggedNode::Hash(thread, factory->NewFromStdString(iKey).GetTaggedValue()); in HWTEST_F_L0() local 131 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in HWTEST_F_L0() local 142 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in HWTEST_F_L0() local 153 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in HWTEST_F_L0() local 172 int hash = TaggedNode::Hash(thread, factory->NewFromStdString(iKey).GetTaggedValue()); in HWTEST_F_L0() local 223 int hash = TaggedNode::Hash(thread, factory->NewFromStdString(iKey).GetTaggedValue()); in HWTEST_F_L0() local
|
D | linked_node_test.cpp | 75 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in CreateLinkedList() local 89 int hash = TaggedNode::Hash(thread, 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() 69 int32_t hash = ECMAObject::Cast(key.GetTaggedObject())->GetHash(); in Hash() local 89 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() 64 JSHandle<LinkedNode> TaggedHashArray::NewLinkedNode(JSThread *thread, int hash, JSHandle<JSTaggedVa… in NewLinkedNode() 79 JSHandle<RBTreeNode> TaggedHashArray::NewTreeNode(JSThread *thread, int hash, JSHandle<JSTaggedValu… in NewTreeNode() 93 void TaggedHashArray::TreeingBin(JSThread *thread, const JSHandle<TaggedHashArray> &tab, int hash) in TreeingBin() 172 JSTaggedValue TaggedHashArray::SetVal(JSThread *thread, JSHandle<TaggedHashArray> table, int hash, in SetVal() 219 JSTaggedValue TaggedHashArray::RemoveNode(JSThread *thread, int hash, JSTaggedValue key) in RemoveNode()
|
D | tagged_hash_table.h | 114 int32_t hash = static_cast<int32_t>(Derived::Hash(key.GetTaggedValue())); in Insert() local 228 int32_t hash = static_cast<int32_t>(Derived::Hash(key)); in FindEntry() local 250 int32_t hash = static_cast<int32_t>(Derived::Hash(str, strSize)); in FindEntry() local 268 inline int FindInsertIndex(int hash) in FindInsertIndex() 312 int32_t hash = static_cast<int32_t>(Derived::Hash(k)); in Rehash() local 338 inline static uint32_t GetFirstPosition(uint32_t hash, uint32_t size) in GetFirstPosition() 429 int32_t hash = static_cast<int32_t>(Derived::Hash(key.GetTaggedValue())); in PutIfAbsent() local 457 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() 398 int hash, JSHandle<JSTaggedValue> key) in GetTreeNode()
|
/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 | 42 int hash = TaggedNode::Hash(thread, value); in Has() local 56 int hash = TaggedNode::Hash(thread, value.GetTaggedValue()); in Add() local 96 int hash = TaggedNode::Hash(thread, key); in Remove() local
|
D | js_api_hashmap.cpp | 36 int hash = TaggedNode::Hash(thread, key); in HasKey() local 99 int hash = TaggedNode::Hash(thread, key); in Replace() local 123 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in Set() local 139 int hash = TaggedNode::Hash(thread, key); in Get() local 220 int hash = TaggedNode::Hash(thread, key); in Remove() local
|
/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/static_core/dprof/libdprof/dprof/ |
D | profiling_data.h | 27 ProfilingData(std::string appName, uint64_t hash, uint32_t pid) in ProfilingData()
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/ts-diagnostics/ |
D | TypeScriptDiagnosticsExtractor.ts | 41 const hash = hashDiagnostic(value); constant
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
D | std_core_Runtime.cpp | 34 auto hash = ObjectHeader::GenerateHashCode(); in StdCoreRuntimeGetHashCode() local
|
/arkcompiler/ets_frontend/ets2panda/linter/src/ts-diagnostics/ |
D | TypeScriptDiagnosticsExtractor.ts | 41 const hash = hashDiagnostic(value); constant
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | value_numbering.cpp | 22 size_t hash = HashCode(gate); in VisitGate() local 146 size_t hash = HashCombine(static_cast<size_t>(acc_.GetOpCode(gate)), valueCount); in HashCode() local
|
D | value_numbering.h | 45 void SetEntry(size_t hash, GateRef gate) in SetEntry()
|
/arkcompiler/runtime_core/tests/fuzztest/openfrommemory2arg_fuzzer/ |
D | openfrommemory2arg_fuzzer.cpp | 26 std::hash<const uint8_t *> hash; in OpenFromMemory2ArgFuzzTest() local
|
/arkcompiler/runtime_core/static_core/tests/fuzztest/openfrommemory2arg_fuzzer/ |
D | openfrommemory2arg_fuzzer.cpp | 26 std::hash<const uint8_t *> hash; in OpenFromMemory2ArgFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
D | literalstrname.h | 33 uint32_t hash = 0; in CalculateHash() local
|
/arkcompiler/runtime_core/static_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() 210 std::string AppDataStorage::MakeAppPath(const std::string &name, uint64_t hash, uint32_t pid) const in MakeAppPath()
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module_cache.cpp | 37 int hash = Hash(key.GetTaggedValue()); in PutIfAbsentAndReset() local
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
D | mark_word_test.cpp | 184 void CheckHashed(uint32_t hash, bool isMarkedForGc, bool isReadBarrierSet = false) in CheckHashed() 210 void DecodeHash(uint32_t hash) in DecodeHash() 237 auto hash = paramGetter_.GetHash(); in DecodeAndCheckHashed() local 467 auto hash = paramGetter.GetHash(); in CheckMarkingWithGC() local 522 auto hash = paramGetter.GetHash(); in CheckReadBarrierSet() local
|
/arkcompiler/toolchain/websocket/ |
D | handshake_helper.cpp | 46 unsigned char hash[SHA_DIGEST_LENGTH]; in EncodeKey() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | murmur3_hash.h | 92 uint32_t hash = seed; in MurmurHash3() local 142 uint32_t hash = seed; in MurmurHash3String() local
|