Searched refs:ArraySort (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/sts/ |
| D | ArraySort.sts | 23 export class ArraySort {
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_call_signature.h | 235 V(ArraySort) 373 (BuiltinsStubCSigns::ID::ArraySort == builtinId) || in IsTypedBuiltin() 389 case BuiltinsStubCSigns::ID::ArraySort: in IsTypedInlineBuiltin() 463 case BuiltinsStubCSigns::ID::ArraySort: in IsTypedBuiltinCallThis0() 594 case BuiltinsStubCSigns::ID::ArraySort: in GetConstantIndex() 902 {"sort", ArraySort}, in GetBuiltinId()
|
| D | builtins_stubs.cpp | 369 V(ArraySort, Sort, Array, Undefined())
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | builtins_lowering.cpp | 31 case BUILTINS_STUB_ID(ArraySort): in LowerTypedCallBuitin() 236 GateRef result = LowerCallRuntime(glue, gate, RTSTUB_ID(ArraySort), { thisObj }); in LowerTypedArraySort() 378 case BuiltinsStubCSigns::ID::ArraySort: in CheckPara()
|
| D | mcr_opcodes.h | 167 V(ArraySort, ARRAY_SORT, GateFlags::NONE_FLAG, 1, 1, 2) \
|
| D | native_inline_lowering.cpp | 314 case BuiltinsStubCSigns::ID::ArraySort: in RunNativeInlineLowering() 1816 ret = builder_.ArraySort(thisValue, builder_.UndefineConstant()); in TryInlineArraySort()
|
| D | mcr_circuit_builder.cpp | 1872 GateRef CircuitBuilder::ArraySort(GateRef thisValue, GateRef callBackFn) in ArraySort() function in panda::ecmascript::kungfu::CircuitBuilder 1877 GateRef ret = GetCircuit()->NewGate(circuit_->ArraySort(), in ArraySort()
|
| D | circuit_builder.h | 792 GateRef ArraySort(GateRef thisValue, GateRef callBackFn);
|
| D | typed_native_inline_lowering.cpp | 3882 result.WriteVariable(builder_.CallRuntime(glue, RTSTUB_ID(ArraySort), in LowerArraySort()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.h | 94 V("sort", Sort, 1, ArraySort) \
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 448 V(ArraySort) \
|
| D | runtime_stubs.cpp | 3600 DEF_RUNTIME_STUBS(ArraySort) in DEF_RUNTIME_STUBS() argument 3602 RUNTIME_STUBS_HEADER(ArraySort); in DEF_RUNTIME_STUBS()
|