Home
last modified time | relevance | path

Searched defs:Hash (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h37 struct Hash { struct
38 std::size_t operator()(const BaseMethodIndex &baseMethodIndex) const in operator()
56 struct Hash { struct
57 std::size_t operator()(const PatchMethodIndex &patchMethodIndex) const in operator()
74 struct Hash { struct
75 std::size_t operator()(const ReplacedMethod &replacedMethod) const in operator()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_visitor.h87 struct Hash { struct
88 uint32_t operator()(PointerOffset const &p) const in operator()
200 struct Hash { struct
203 auto instHasher = std::hash<const Inst *> {}; in operator() argument
/arkcompiler/ets_runtime/ecmascript/
Dtransitions_dictionary.h35 static inline int Hash([[maybe_unused]] const JSTaggedValue &key) in Hash() function
47 …static inline int Hash(const JSThread *thread, const JSTaggedValue &key, const JSTaggedValue &meta… in Hash() function
Dtemplate_map.h31 static inline int Hash([[maybe_unused]] const JSThread *thread, const JSTaggedValue &obj) in Hash() function
Dtagged_node.h46 static int Hash(const JSThread *thread, JSTaggedValue key) in Hash() function
Dsymbol_table.h60 static inline uint32_t Hash(const JSThread *thread, const JSTaggedValue &obj) in Hash() function
Dtagged_dictionary.h191 static int32_t Hash([[maybe_unused]] const JSThread *thread, const JSTaggedValue &key) in Hash() function
Dtagged_dictionary.cpp21 int NameDictionary::Hash(const JSThread *thread, 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
252 int NumberDictionary::Hash([[maybe_unused]] const JSThread *thread, const JSTaggedValue &key) in Hash() function in panda::ecmascript::NumberDictionary
Dglobal_dictionary-inl.h28 int GlobalDictionary::Hash(const JSThread *thread, const JSTaggedValue &key) in Hash() function
Dlinked_hash_table.cpp273 int LinkedHash::Hash(const JSThread *thread, JSTaggedValue key) in Hash() function in panda::ecmascript::LinkedHash
/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h33 using Hash = DefaultHash<DEFAULT_SEED>; variable
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h117 static inline int Hash(const JSThread *thread, JSHClass *cls, JSTaggedValue key) in Hash() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dhash.h32 using Hash = DefaultHash<DEFAULT_SEED>; variable
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h68 static inline uint32_t Hash(const JSThread *thread, const JSTaggedValue &key) in Hash() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h322 struct Hash { struct
325 return ty->GetHashIndex(); in operator() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp50 HWTEST_F_L0(GlobalDictionaryTest, Hash) in HWTEST_F_L0() argument
Dtransitions_dictionary_test.cpp45 HWTEST_F_L0(TransitionsDictionaryTest, Hash) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp451 uint32_t JSAPILightWeightSet::Hash(const JSThread *thread, JSTaggedValue key) in Hash() function in panda::ecmascript::JSAPILightWeightSet
Djs_api_lightweightmap.cpp463 int32_t JSAPILightWeightMap::Hash(const JSThread *thread, JSTaggedValue key) in Hash() function in panda::ecmascript::JSAPILightWeightMap