| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_object.cpp | 49 uint32_t hash = 0; in GetHashCode() local 75 bool EtsObject::TryGetHashCode(uint32_t *hash) in TryGetHashCode() 156 auto hash = currentMarkWord.GetHash(); in TrySetInteropIndex() local 224 auto hash = ObjectHeader::GenerateHashCode(); in GenerateHashCode() local
|
| /arkcompiler/ets_runtime/common_components/platform/arm64/ |
| D | string_hash_internal.h | 36 uint32_t hash[blockSize] = {}; in ComputeHashForDataOfLongString() local 72 uint32_t hash = hashSeed; variable 112 uint32_t hash = hashSeed; variable
|
| /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(thread); in Hash() local 89 void InitLinkedNode(JSThread *thread, int hash, JSHandle<JSTaggedValue> key, in InitLinkedNode()
|
| D | tagged_hash_array.cpp | 34 JSTaggedValue TaggedHashArray::GetNode(JSThread *thread, int hash, JSTaggedValue key) in GetNode() 61 JSHandle<LinkedNode> TaggedHashArray::NewLinkedNode(JSThread *thread, int hash, JSHandle<JSTaggedVa… in NewLinkedNode() 76 JSHandle<RBTreeNode> TaggedHashArray::NewTreeNode(JSThread *thread, int hash, JSHandle<JSTaggedValu… in NewTreeNode() 90 void TaggedHashArray::TreeingBin(JSThread *thread, const JSHandle<TaggedHashArray> &tab, int hash) in TreeingBin() 170 JSTaggedValue TaggedHashArray::SetVal(JSThread *thread, JSHandle<TaggedHashArray> table, int hash, in SetVal() 218 JSTaggedValue TaggedHashArray::RemoveNode(JSThread *thread, int hash, JSTaggedValue key) in RemoveNode()
|
| D | tagged_hash_table.h | 122 uint32_t hash = static_cast<uint32_t>(Derived::Hash(thread, key.GetTaggedValue())); in Insert() local 237 int32_t hash = static_cast<int32_t>(Derived::Hash(thread, key)); in FindEntry() local 259 int32_t hash = static_cast<int32_t>(Derived::Hash(str, strSize)); in FindEntry() local 277 inline int FindInsertIndex(const JSThread *thread, uint32_t hash) in FindInsertIndex() 321 uint32_t hash = static_cast<uint32_t>(Derived::Hash(thread, k)); in Rehash() local 347 inline static uint32_t GetFirstPosition(uint32_t hash, uint32_t size) in GetFirstPosition() 441 uint32_t hash = static_cast<uint32_t>(Derived::Hash(thread, key.GetTaggedValue())); in PutIfAbsent() local 469 uint32_t hash = static_cast<uint32_t>(Derived::Hash(thread, key.GetTaggedValue())); in Put() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/ |
| D | crypto_utils.ts | 23 public static hash(content: string, algorithm: string): string { method in CryptoUtils
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_hashset.cpp | 40 int hash = TaggedNode::Hash(thread, value); in Has() local 54 int hash = TaggedNode::Hash(thread, value.GetTaggedValue()); in Add() local 94 uint32_t hash = static_cast<uint32_t>(TaggedNode::Hash(thread, key)); in Remove() local
|
| D | js_api_hashmap.cpp | 32 int hash = TaggedNode::Hash(thread, key); in HasKey() local 94 int hash = TaggedNode::Hash(thread, key); in Replace() local 118 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in Set() local 134 int hash = TaggedNode::Hash(thread, key); in Get() local 215 uint32_t hash = static_cast<uint32_t>(TaggedNode::Hash(thread, key)); in Remove() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser_cache.cpp | 49 size_t hash = GetHash(thread, pattern, flags); in GetCache() local 64 size_t hash = GetHash(thread, pattern, flags); in SetCache() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/sdk/linter_1_1/ |
| D | SdkTypeScriptDiagnosticsExtractor.ts | 42 const hash = hashDiagnostic(value); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-diagnostics/ |
| D | TypeScriptDiagnosticsExtractor.ts | 43 const hash = hashDiagnostic(value); constant
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | mega_ic_cache.h | 39 int hash = PrimaryHash(thread, jsHclass, key); in Get() local 190 uint32_t hash = clsHash + keyHash; in PrimaryHash() local 198 uint32_t hash = clsHash + keyHash; in SecondaryHash() local
|
| D | properties_cache.h | 32 int hash = Hash(thread, jsHclass, key); in Get() local 41 int hash = Hash(thread, jsHclass, key); in Set() local
|
| D | mega_ic_cache.cpp | 23 int hash = PrimaryHash(thread, jsHclass, key); in Set() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_object_state_info.cpp | 34 auto hash = GetEtsHash(); in DeflateInternal() local 46 bool EtsObjectStateInfo::TryAddNewInfo(EtsObject *obj, uint32_t hash, uint32_t index) in TryAddNewInfo() 80 bool EtsObjectStateInfo::TryReadEtsHash(const EtsObject *obj, uint32_t *hash) in TryReadEtsHash()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | rb_tree_node_test.cpp | 49 int hash = TaggedNode::Hash(thread, factory->NewFromStdString(iKey).GetTaggedValue()); in RBTreeNodeInit() local 64 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in RBTreeValueCheck() local 80 int hash = TaggedNode::Hash(thread, factory->NewFromStdString(k).GetTaggedValue()); in HWTEST_F_L0() local 112 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in HWTEST_F_L0() local 123 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in HWTEST_F_L0() local 222 std::vector<uint64_t>hash; in HWTEST_F_L0() local 258 int hash = 0; in HWTEST_F_L0() local 301 int hash = 0; in HWTEST_F_L0() local 343 int hash = 0; in HWTEST_F_L0() local
|
| D | linked_node_test.cpp | 51 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in CreateLinkedList() local 65 int hash = TaggedNode::Hash(thread, factory->NewFromStdString(k).GetTaggedValue()); in HWTEST_F_L0() 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_runtime/ecmascript/compiler/ |
| D | value_numbering.cpp | 30 uint64_t hash = HashCode(gate); in VisitGate() local 131 uint64_t hash = acc_.GetMetaDataHash(gate); in HashCode() local
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | hash_utils.h | 31 uint32_t hash = 0; in operator() local
|
| /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/pgo_profiler/types/ |
| D | pgo_type_generator.h | 44 uint32_t hash = INVALID_ID; in ComputeHashCode() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsTypeAliasType.cpp | 226 ETSTypeAliasType *ETSTypeAliasType::GetInstantiatedType(util::StringView hash) in GetInstantiatedType() 238 void ETSTypeAliasType::EmplaceInstantiatedType(util::StringView hash, ETSTypeAliasType *emplaceType) in EmplaceInstantiatedType() 279 const util::StringView hash = checker->GetHashFromTypeArguments(newTypeArgs); in Substitute() local
|
| /arkcompiler/ets_runtime/common_components/objects/string_table/ |
| D | hashtriemap-inl.h | 79 uint32_t hash = key; in Load() local 131 uint32_t hash = key; in LoadOrStore() local 260 uint32_t hash = key; in LoadOrStoreForJit() local 369 uint32_t hash = key; in StoreOrLoad() local 477 uint32_t hash = key; in Load() local 515 uint32_t hash = key; in Load() local 559 uint32_t hash = key; in StoreOrLoad() local
|