Home
last modified time | relevance | path

Searched refs:GetMixHashcode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h185 return GetMixHashcode() & (~IS_INTEGER_MASK); in GetRawHashcode()
218 uint32_t hashcode = GetMixHashcode(); in TryGetHashCode()
228 ASSERT(GetMixHashcode() & IS_INTEGER_MASK); in GetIntegerCode()
236 uint32_t hashcode = GetMixHashcode(); in GetHashcode()
608 uint32_t hashcode = GetMixHashcode(); in TryToSetIntegerHash()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h441 inline GateRef GetMixHashcode(GateRef string);
Dstub_builder-inl.h2923 inline GateRef StubBuilder::GetMixHashcode(GateRef string) in GetMixHashcode() function