/ark/runtime_core/runtime/ |
D | mark_word.cpp | 40 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/ |
D | properties_cache-inl.h | 25 int hash = Hash(jsHclass, key); in Get() local 35 int hash = Hash(jsHclass, key); in Set() local
|
/ark/js_runtime/ecmascript/regexp/ |
D | regexp_parser_cache.cpp | 46 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/ |
D | equiv_classes_test.cpp | 41 struct hash<Obj> { struct 42 constexpr size_t operator()(const Obj &obj) const in operator ()()
|
/ark/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()
|
/ark/js_runtime/ecmascript/ |
D | tagged_hash_table-inl.h | 96 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
|
D | linked_hash_table.cpp | 45 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
|
D | ecma_string.cpp | 396 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
|
D | tagged_hash_table.h | 89 inline static uint32_t GetFirstPosition(uint32_t hash, uint32_t size) in GetFirstPosition()
|
D | js_symbol.h | 47 uint32_t hash = hashSeed * LINEAR_X + LINEAR_Y; in ComputeHash() local
|
D | js_hclass.cpp | 36 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
|
D | linked_hash_table-inl.h | 115 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/ |
D | storage.cpp | 29 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()
|
D | storage.h | 67 uint64_t hash; member
|
/ark/runtime_core/runtime/tests/ |
D | mark_word_test.cpp | 172 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
|
D | monitor_test.cpp | 206 auto hash = header->GetHashCode(); in TEST_F() local 223 auto hash = header->GetHashCode(); in TEST_F() local
|
/ark/runtime_core/verification/debug/ |
D | config_load.cpp | 108 void MethodIdCalculationHandler(uint32_t class_hash, uint32_t hash, uintptr_t id) in MethodIdCalculationHandler()
|
/ark/runtime_core/libpandabase/utils/ |
D | murmur3_hash.h | 93 uint32_t hash = seed; in MurmurHash3() local 143 uint32_t hash = seed; in MurmurHash3String() local
|
D | hash.h | 91 uint32_t hash = PseudoFnvHashItem(static_cast<uint32_t>(item1), seed); variable
|
/ark/runtime_core/verification/job_queue/ |
D | job_queue.cpp | 269 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/ |
D | ipc_message_protocol.h | 32 uint64_t hash; member
|
/ark/js_runtime/ecmascript/tooling/base/ |
D | pt_script.h | 69 void SetHash(const std::string &hash) in SetHash()
|
/ark/runtime_core/verification/debug/handlers/ |
D | config_handler_allowlist.cpp | 87 uint32_t hash; in RegisterConfigHandlerAllowlist() local
|
/ark/runtime_core/dprof/converter/features/ |
D | hotness_counters.h | 37 uint64_t hash; member
|
/ark/runtime_core/tests/cts-coverage-tool/ |
D | spec.rb | 243 def except(hash, keys) argument
|