Home
last modified time | relevance | path

Searched refs:GetKeyHashCode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h127 uint32_t keyHash = key.GetKeyHashCode(); in BinarySearch()
134 uint32_t midHash = midKey.GetKeyHashCode(); in BinarySearch()
150 if (currentKey.GetKeyHashCode() == keyHash) { in BinarySearch()
161 if (currentKey.GetKeyHashCode() == keyHash) { in BinarySearch()
Dlayout_info.cpp46 uint32_t keyHash = key.GetKeyHashCode(); in AddKey()
50 if (prevKey.GetKeyHashCode() <= keyHash) { in AddKey()
Djs_tagged_value.h705 inline uint32_t GetKeyHashCode() const;
Djs_tagged_value-inl.h1475 inline uint32_t JSTaggedValue::GetKeyHashCode() const in GetKeyHashCode() function
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h75 uint32_t keyHash = key.GetKeyHashCode(); in Hash()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1867 …uint32_t hash = pattern->GetKeyHashCode() + static_cast<uint32_t>(flags->GetInt()) + input->GetKey… in FindCachedResult()
1934 uint32_t hash = patternValue.GetKeyHashCode() + static_cast<uint32_t>(flagsValue.GetInt()) + in AddResultInCache()
1935 inputValue.GetKeyHashCode(); in AddResultInCache()