Home
last modified time | relevance | path

Searched refs:GetStringKeyHashCode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dmega_ic_cache.h189 uint32_t keyHash = key.GetStringKeyHashCode(thread); in PrimaryHash()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h772 uint32_t GetStringKeyHashCode(const JSThread *thread) const;
Djs_tagged_value.cpp1926 uint32_t JSTaggedValue::GetStringKeyHashCode(const JSThread *thread) const in GetStringKeyHashCode() function in panda::ecmascript::JSTaggedValue
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h1191 GateRef GetStringKeyHashCode(GateRef glue, GateRef key, GateRef hir = Circuit::NullGate());