Searched refs:ARRAY_SORT (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_collator_test.cpp | 51 ARRAY_SORT, member in panda::test::AlgorithmType 77 case AlgorithmType::ARRAY_SORT: in CollatorAlgorithm() 195 auto result2 = CollatorAlgorithm(thread, arrayVals, 6, AlgorithmType::ARRAY_SORT, jsObject.GetTaggedValue()); in HWTEST_F_L0() 233 auto result2 = CollatorAlgorithm(thread, arrayVals, 6, AlgorithmType::ARRAY_SORT, jsObject.GetTaggedValue()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_opcodes.h | 168 V(ArraySort, ARRAY_SORT, GateFlags::NONE_FLAG, 1, 1, 2) \
|
H A D | number_speculative_retype.cpp | 348 case OpCode::ARRAY_SORT: in VisitGate()
|
H A D | typed_native_inline_lowering.cpp | 366 case OpCode::ARRAY_SORT: in VisitGate()
|
Completed in 20 milliseconds