Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h78 inline JSTaggedValue LayoutInfo::GetSortedKey(int index) const in GetSortedKey() function
133 JSTaggedValue midKey = GetSortedKey(mid); in BinarySearch()
Dlayout_info.h53 JSTaggedValue GetSortedKey(int index) const;
Dlayout_info.cpp49 JSTaggedValue prevKey = GetSortedKey(insertIndex - 1); in AddKey()
/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp91 EXPECT_EQ(layoutInfoHandle->GetSortedKey(0), key2.GetTaggedValue()); in HWTEST_F_L0()