| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.h | 38 struct Hash { struct 39 std::size_t operator()(const BaseMethodIndex &baseMethodIndex) const in operator() 57 struct Hash { struct 58 std::size_t operator()(const PatchMethodIndex &patchMethodIndex) const in operator() 75 struct Hash { struct 76 std::size_t operator()(const ReplacedMethod &replacedMethod) const in operator()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | template_map.h | 30 static inline int Hash(const JSTaggedValue &obj) in Hash() function
|
| D | transitions_dictionary.h | 34 static inline int Hash([[maybe_unused]] const JSTaggedValue &key) in Hash() function 46 static inline int Hash(const JSTaggedValue &key, const JSTaggedValue &metaData) in Hash() function
|
| D | symbol_table.h | 60 static inline uint32_t Hash(const JSTaggedValue &obj) in Hash() function
|
| D | tagged_node.h | 46 static int Hash(const JSThread *thread, JSTaggedValue key) in Hash() function
|
| D | tagged_dictionary.h | 189 static int32_t Hash(const JSTaggedValue &key) in Hash() function
|
| D | tagged_dictionary.cpp | 21 int NameDictionary::Hash(const JSTaggedValue &key) in Hash() function in panda::ecmascript::NameDictionary 40 int NameDictionary::Hash(const uint8_t* str, int strSize) in Hash() function in panda::ecmascript::NameDictionary 251 int NumberDictionary::Hash(const JSTaggedValue &key) in Hash() function in panda::ecmascript::NumberDictionary
|
| D | global_dictionary-inl.h | 28 int GlobalDictionary::Hash(const JSTaggedValue &key) in Hash() function
|
| D | linked_hash_table.cpp | 256 int LinkedHash::Hash(const JSThread *thread, JSTaggedValue key) in Hash() function in panda::ecmascript::LinkedHash
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | properties_cache.h | 117 static inline int Hash(JSHClass *cls, JSTaggedValue key) in Hash() function
|
| D | mega_ic_cache.h | 128 static inline int Hash(JSHClass *cls, JSTaggedValue key) in Hash() function
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash.h | 33 using Hash = DefaultHash<DEFAULT_SEED>; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | hash.h | 32 using Hash = DefaultHash<DEFAULT_SEED>; variable
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module_cache.h | 68 static inline uint32_t Hash(const JSTaggedValue &key) in Hash() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | global_tables.h | 322 struct Hash { struct 325 return ty->GetHashIndex(); in operator() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | global_dictionary_test.cpp | 50 HWTEST_F_L0(GlobalDictionaryTest, Hash) in HWTEST_F_L0() argument
|
| D | transitions_dictionary_test.cpp | 45 HWTEST_F_L0(TransitionsDictionaryTest, Hash) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_lightweightset.cpp | 450 uint32_t JSAPILightWeightSet::Hash(const JSThread *thread, JSTaggedValue key) in Hash() function in panda::ecmascript::JSAPILightWeightSet
|
| D | js_api_lightweightmap.cpp | 462 int32_t JSAPILightWeightMap::Hash(const JSThread *thread, JSTaggedValue key) in Hash() function in panda::ecmascript::JSAPILightWeightMap
|