Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h189 return GetMixHashcode() & (~IS_INTEGER_MASK); in GetRawHashcode()
222 uint32_t hashcode = GetMixHashcode(); in TryGetHashCode()
232 ASSERT(GetMixHashcode() & IS_INTEGER_MASK); in GetIntegerCode()
240 uint32_t hashcode = GetMixHashcode(); in GetHashcode()
592 uint32_t hashcode = GetMixHashcode(); in TryToSetIntegerHash()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h527 inline GateRef GetMixHashcode(GateRef string);
Dstub_builder-inl.h3504 inline GateRef StubBuilder::GetMixHashcode(GateRef string) in GetMixHashcode() function