Home
last modified time | relevance | path

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

1234

/arkcompiler/runtime_core/static_core/runtime/
Dmark_word.cpp42 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/
Dtagged_node.h26 …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()
Dtagged_hash_array.cpp34 JSTaggedValue TaggedHashArray::GetNode(JSThread *thread, int hash, JSTaggedValue key) in GetNode()
60 JSHandle<LinkedNode> TaggedHashArray::NewLinkedNode(JSThread *thread, int hash, JSHandle<JSTaggedVa… in NewLinkedNode()
75 JSHandle<RBTreeNode> TaggedHashArray::NewTreeNode(JSThread *thread, int hash, JSHandle<JSTaggedValu… in NewTreeNode()
89 void TaggedHashArray::TreeingBin(JSThread *thread, const JSHandle<TaggedHashArray> &tab, int hash) in TreeingBin()
169 JSTaggedValue TaggedHashArray::SetVal(JSThread *thread, JSHandle<TaggedHashArray> table, int hash, in SetVal()
217 JSTaggedValue TaggedHashArray::RemoveNode(JSThread *thread, int hash, JSTaggedValue key) in RemoveNode()
Dtagged_hash_table.h122 uint32_t hash = static_cast<uint32_t>(Derived::Hash(key.GetTaggedValue())); in Insert() local
237 int32_t hash = static_cast<int32_t>(Derived::Hash(key)); in FindEntry() local
259 int32_t hash = static_cast<int32_t>(Derived::Hash(str, strSize)); in FindEntry() local
277 inline int FindInsertIndex(uint32_t hash) in FindInsertIndex()
321 uint32_t hash = static_cast<uint32_t>(Derived::Hash(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(key.GetTaggedValue())); in PutIfAbsent() local
469 uint32_t hash = static_cast<uint32_t>(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()
339 JSTaggedValue RBTreeNode::Delete(JSThread *thread, const JSTaggedValue &treeNodeVa, int hash, in Delete()
407 int hash, JSHandle<JSTaggedValue> key) in GetTreeNode()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp48 size_t hash = GetHash(pattern, flags); in GetCache() local
62 size_t hash = GetHash(pattern, flags); in SetCache() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset.cpp40 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
Djs_api_hashmap.cpp32 int hash = TaggedNode::Hash(thread, key); in HasKey() local
95 int hash = TaggedNode::Hash(thread, key); in Replace() local
119 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in Set() local
135 int hash = TaggedNode::Hash(thread, key); in Get() local
216 uint32_t hash = static_cast<uint32_t>(TaggedNode::Hash(thread, key)); in Remove() local
Djs_api_lightweightmap.cpp117 int32_t hash = 0; in HasAll() local
167 int32_t hash = Hash(thread, key.GetTaggedValue()); in GetStateOfKey() local
332 …ILightWeightMap::AvoidHashCollision(HashParams &params, int32_t index, uint32_t size, int32_t hash) in AvoidHashCollision()
478 uint32_t hash = static_cast<uint32_t>(ECMAObject::Cast(key.GetTaggedObject())->GetHash()); in Hash() local
487 int32_t hash = key.GetInt(); in Hash() local
498 int32_t JSAPILightWeightMap::BinarySearchHashes(JSHandle<TaggedArray> &array, int32_t hash, int32_t… in BinarySearchHashes()
/arkcompiler/ets_frontend/ets2panda/linter/lib/ts-diagnostics/
DTypeScriptDiagnosticsExtractor.ts43 const hash = hashDiagnostic(value); constant
/arkcompiler/ets_runtime/ecmascript/tests/
Drb_tree_node_test.cpp48 int hash = TaggedNode::Hash(thread, factory->NewFromStdString(iKey).GetTaggedValue()); in RBTreeNodeInit() local
63 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in RBTreeValueCheck() local
79 int hash = TaggedNode::Hash(thread, factory->NewFromStdString(k).GetTaggedValue()); in HWTEST_F_L0() local
111 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in HWTEST_F_L0() local
122 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in HWTEST_F_L0() local
Dlinked_node_test.cpp51 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/
Dprofiling_data.h27 ProfilingData(std::string appName, uint64_t hash, uint32_t pid) in ProfilingData()
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h32 int hash = Hash(jsHclass, key); in Get() local
41 int hash = Hash(jsHclass, key); in Set() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_type_generator.h42 uint32_t hash = INVALID_ID; in ComputeHashCode() local
/arkcompiler/runtime_core/static_core/tests/fuzztest/openfrommemory2arg_fuzzer/
Dopenfrommemory2arg_fuzzer.cpp26 std::hash<const uint8_t *> hash; in OpenFromMemory2ArgFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/openfrommemory2arg_fuzzer/
Dopenfrommemory2arg_fuzzer.cpp26 std::hash<const uint8_t *> hash; in OpenFromMemory2ArgFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dvalue_numbering.cpp22 size_t hash = HashCode(gate); in VisitGate() local
147 size_t hash = HashCombine(static_cast<size_t>(acc_.GetOpCode(gate)), valueCount); in HashCode() local
Dvalue_numbering.h45 void SetEntry(size_t hash, GateRef gate) in SetEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dliteralstrname.h33 uint32_t hash = 0; in CalculateHash() local
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
Dstorage.cpp29 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/
Djs_cjs_module_cache.cpp33 uint32_t hash = Hash(key.GetTaggedValue()); in PutIfAbsentAndReset() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmark_word_test.cpp184 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/
Dhandshake_helper.cpp46 unsigned char hash[SHA_DIGEST_LENGTH]; in EncodeKey() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmurmur3_hash.h91 uint32_t hash = seed; in MurmurHash3() local
141 uint32_t hash = seed; in MurmurHash3String() local

1234