Home
last modified time | relevance | path

Searched refs:midRight (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info-inl.h162 int midRight = mid; in BinarySearch() local
174 while (midRight + 1 < elements) { in BinarySearch()
175 sortIndex = static_cast<int>(GetSortedIndex(++midRight)); in BinarySearch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp466 DEFVARIABLE(midRight, VariableType::INT32(), *mid); in BinarySearch()
513 BRANCH(Int32LessThan(Int32Add(*midRight, Int32(1)), elements), &nextCount1, &exit); in BinarySearch()
517 midRight = Int32Add(*midRight, Int32(1)); in BinarySearch()
518 sortIndex = GetSortedIndex(layoutInfo, *midRight); in BinarySearch()

Completed in 18 milliseconds