Home
last modified time | relevance | path

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

12

/ark/runtime_core/runtime/
Dmark_word.cpp40 inline MarkWord MarkWord::DecodeFromHashConfigured(uint32_t hash) in DecodeFromHashConfigured()
49 inline MarkWord MarkWord::DecodeFromHashConfigured<false>(uint32_t hash) in DecodeFromHashConfigured()
56 MarkWord MarkWord::DecodeFromHash(uint32_t hash) in DecodeFromHash()
/ark/js_runtime/ecmascript/ic/
Dproperties_cache-inl.h25 int hash = Hash(jsHclass, key); in Get() local
35 int hash = Hash(jsHclass, key); in Set() local
/ark/js_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp46 size_t hash = GetHash(pattern, flags); in GetCache() local
57 size_t hash = GetHash(pattern, flags); in SetCache() local
/ark/runtime_core/verification/util/tests/
Dequiv_classes_test.cpp41 struct hash<Obj> { struct
42 constexpr size_t operator()(const Obj &obj) const in operator ()()
/ark/runtime_core/dprof/libdprof/dprof/
Dprofiling_data.h26 …ProfilingData(const std::string &appName, uint64_t hash, uint32_t pid) : app_name_(appName), hash_… in ProfilingData()
/ark/js_runtime/ecmascript/
Dtagged_hash_table-inl.h96 int hash = Derived::Hash(key); in FindEntry() local
192 int hash = Derived::Hash(key.GetTaggedValue()); in Insert() local
231 int hash = Derived::Hash(k); in Rehash() local
326 int TaggedHashTable<Derived>::FindInsertIndex(int hash) in FindInsertIndex()
352 int hash = Derived::Hash(key.GetTaggedValue()); in PutIfAbsent() local
380 int hash = Derived::Hash(key.GetTaggedValue()); in Put() local
Dlinked_hash_table.cpp45 int hash = LinkedHash::Hash(key.GetTaggedValue()); in Insert() local
69 int hash = LinkedHash::Hash(key.GetTaggedValue()); in InsertWeakRef() local
285 int32_t hash = ECMAObject::Cast(key.GetHeapObject())->GetHash(); in Hash() local
Decma_string.cpp396 uint32_t hash = hashSeed; in ComputeHashForData() local
415 uint32_t hash = 0; in ComputeHashForUtf8() local
425 uint32_t hash; in ComputeHashcode() local
442 uint32_t hash; in ComputeHashcodeUtf8() local
Dtagged_hash_table.h89 inline static uint32_t GetFirstPosition(uint32_t hash, uint32_t size) in GetFirstPosition()
Djs_symbol.h47 uint32_t hash = hashSeed * LINEAR_X + LINEAR_Y; in ComputeHash() local
Djs_hclass.cpp36 int hash = TransitionsDictionary::Hash(key.GetTaggedValue(), metaData.GetTaggedValue()); in PutIfAbsent() local
63 uint32_t hash = TransitionsDictionary::Hash(key, metaData); in FindEntry() local
109 int hash = TransitionsDictionary::Hash(k, this->GetAttributes(i)); in Rehash() local
Dlinked_hash_table-inl.h115 uint32_t LinkedHashTable<Derived, HashObject>::HashToBucket(uint32_t hash) const in HashToBucket()
189 int hash = LinkedHash::Hash(key); in FindElement() local
/ark/runtime_core/dprof/libstorage/dprof/
Dstorage.cpp29 std::unique_ptr<AppData> AppData::CreateByParams(const std::string &name, uint64_t hash, uint32_t p… in CreateByParams()
211 std::string AppDataStorage::MakeAppPath(const std::string &name, uint64_t hash, uint32_t pid) const in MakeAppPath()
Dstorage.h67 uint64_t hash; member
/ark/runtime_core/runtime/tests/
Dmark_word_test.cpp172 void CheckHashed(uint32_t hash, bool isMarkedForGC, bool isReadBarrierSet = false) const in CheckHashed()
198 void DecodeHash(uint32_t hash) in DecodeHash()
225 auto hash = paramGetter_.GetHash(); in DecodeAndCheckHashed() local
455 auto hash = paramGetter.GetHash(); in CheckMarkingWithGC() local
510 auto hash = paramGetter.GetHash(); in CheckReadBarrierSet() local
Dmonitor_test.cpp206 auto hash = header->GetHashCode(); in TEST_F() local
223 auto hash = header->GetHashCode(); in TEST_F() local
/ark/runtime_core/verification/debug/
Dconfig_load.cpp108 void MethodIdCalculationHandler(uint32_t class_hash, uint32_t hash, uintptr_t id) in MethodIdCalculationHandler()
/ark/runtime_core/libpandabase/utils/
Dmurmur3_hash.h93 uint32_t hash = seed; in MurmurHash3() local
143 uint32_t hash = seed; in MurmurHash3String() local
Dhash.h91 uint32_t hash = PseudoFnvHashItem(static_cast<uint32_t>(item1), seed); variable
/ark/runtime_core/verification/job_queue/
Djob_queue.cpp269 const auto hash = file->GetFilenameHash(); in IsSystemFile() local
276 const auto hash = panda_file::File::CalcFilenameHash(filename); in AddSystemFile() local
/ark/runtime_core/dprof/libdprof/dprof/ipc/
Dipc_message_protocol.h32 uint64_t hash; member
/ark/js_runtime/ecmascript/tooling/base/
Dpt_script.h69 void SetHash(const std::string &hash) in SetHash()
/ark/runtime_core/verification/debug/handlers/
Dconfig_handler_allowlist.cpp87 uint32_t hash; in RegisterConfigHandlerAllowlist() local
/ark/runtime_core/dprof/converter/features/
Dhotness_counters.h37 uint64_t hash; member
/ark/runtime_core/tests/cts-coverage-tool/
Dspec.rb243 def except(hash, keys) argument

12