Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/declarationsForIndirectTypeAliasReference/
Db.ts27 interface Hash<T> { interface
/arkcompiler/ets_runtime/ecmascript/
Dtransitions_dictionary.h34 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
Dtemplate_map.h30 static inline int Hash(const JSTaggedValue &obj) in Hash() function
Dsymbol_table.h60 static inline uint32_t Hash(const JSTaggedValue &obj) in Hash() function
Dtagged_node.h52 static int Hash(JSTaggedValue key) in Hash() function
Dtagged_dictionary.cpp22 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
182 int NumberDictionary::Hash(const JSTaggedValue &key) in Hash() function in panda::ecmascript::NumberDictionary
Dlinked_hash_table.cpp233 int LinkedHash::Hash(JSTaggedValue key) in Hash() function in panda::ecmascript::LinkedHash
Dglobal_dictionary-inl.h28 int GlobalDictionary::Hash(const JSTaggedValue &key) in Hash() function
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h72 static inline int Hash(JSHClass *cls, JSTaggedValue key) in Hash() function
/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h33 using Hash = DefaultHash<DEFAULT_SEED>; variable
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h68 static inline int Hash(const JSTaggedValue &key) in Hash() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp74 HWTEST_F_L0(GlobalDictionaryTest, Hash) in HWTEST_F_L0() argument
Dtransitions_dictionary_test.cpp69 HWTEST_F_L0(TransitionsDictionaryTest, Hash) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp449 uint32_t JSAPILightWeightSet::Hash(JSTaggedValue key) in Hash() function in panda::ecmascript::JSAPILightWeightSet
Djs_api_lightweightmap.cpp453 int32_t JSAPILightWeightMap::Hash(JSTaggedValue key) in Hash() function in panda::ecmascript::JSAPILightWeightMap