Home
last modified time | relevance | path

Searched defs:compareResult (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp619 … double compareResult = base::ArrayHelper::SortCompare(thread, fn, middleValue, presentValue); in SortElementsByInsertionSort() local
654 … int32_t compareResult = base::ArrayHelper::SortCompare(thread, fn, middleValue, presentValue); in SortElementsByObject() local
Dtagged_tree.cpp369 int compareResult = -1; in EntryCompare() local
Dtagged_list.cpp456 double compareResult = 0; in Sort() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp212 ComparisonResult compareResult = JSTaggedValue::Compare(thread, xValueHandle, yValueHandle); in SortCompare() local
Dtyped_array_helper.cpp1105 ComparisonResult compareResult = JSTaggedValue::Compare(thread, firstValue, secondValue); in SortCompare() local
1132 ComparisonResult compareResult = JSTaggedValue::Compare(thread, firstValue, secondValue); in SortCompare() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_arraylist.cpp599 double compareResult = base::ArrayHelper::SortCompare(thread, callbackFnHandle, in Sort() local
Dcontainers_vector.cpp768 …double compareResult = base::ArrayHelper::SortCompare(thread, callbackFnHandle, middleValue, prese… in Sort() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1621 int32_t compareResult = TypedArrayHelper::SortCompare(thread, callbackFnHandle, buffer, in Sort() local
1900 int32_t compareResult = in ToSorted() local
Dbuiltins_shared_typedarray.cpp1501 int32_t compareResult = TypedArrayHelper::SortCompare(thread, callbackFnHandle, buffer, in Sort() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp4285 GateRef compareResult = builder_.CallNGCRuntime(acc_.GetGlueFromArgList(), in TargetBigIntCompareLopp() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3375 … double compareResult = ArrayHelper::StringSortCompare(thread, middleString, presentString); in ArrayNumberSort() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1559 GateRef compareResult = in DoSort() local