Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h129 uint32_t keyHash = key.GetKeyHashCode(); in BinarySearch()
136 uint32_t midHash = midKey.GetKeyHashCode(); in BinarySearch()
152 if (currentKey.GetKeyHashCode() == keyHash) { in BinarySearch()
163 if (currentKey.GetKeyHashCode() == keyHash) { in BinarySearch()
198 uint32_t keyHash = key.GetKeyHashCode(); in AddKey()
202 if (prevKey.GetKeyHashCode() <= keyHash) { in AddKey()
211 if (prevKey.GetKeyHashCode() < keyHash) { in AddKey()
Djs_tagged_value.h664 inline uint32_t GetKeyHashCode() const;
Djs_tagged_value-inl.h1550 inline uint32_t JSTaggedValue::GetKeyHashCode() const in GetKeyHashCode() function
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h84 uint32_t keyHash = key.GetKeyHashCode(); in Hash()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2446 uint32_t hash = pattern->GetKeyHashCode() + static_cast<uint32_t>(flags->GetInt()) + in FindCachedResult()
2447 input->GetKeyHashCode() + static_cast<uint32_t>(lastIndexInput.GetInt()); in FindCachedResult()
2528 uint32_t hash = patternValue.GetKeyHashCode() + static_cast<uint32_t>(flagsValue.GetInt()) + in AddResultInCache()
2529 inputValue.GetKeyHashCode() + lastIndexInput; in AddResultInCache()