Searched refs:ArrayTrim (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.h | 493 V(ArrayTrim)
|
| D | call_signature.cpp | 1373 DEF_CALL_SIGNATURE(ArrayTrim) in DEF_CALL_SIGNATURE() argument 1376 … CallSignature ArrayTrim("ArrayTrim", 0, 3, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()); in DEF_CALL_SIGNATURE() local 1377 *callSign = ArrayTrim; in DEF_CALL_SIGNATURE()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 301 CallNGCRuntime(glue, RTSTUB_ID(ArrayTrim), {glue, newArrayEles, *toIndex}); in Filter() 314 CallNGCRuntime(glue, RTSTUB_ID(ArrayTrim), {glue, newArrayEles, *toIndex}); in Filter() 457 CallNGCRuntime(glue, RTSTUB_ID(ArrayTrim), {glue, elements, index}); in Pop() 1901 … CallNGCRuntime(glue, RTSTUB_ID(ArrayTrim), {glue, *srcElements, ZExtInt32ToInt64(newCapacity)}); in Splice()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 142 V(ArrayTrim) 471 static void ArrayTrim(uintptr_t argGlue, TaggedArray *array, int64_t newLength);
|
| D | runtime_stubs.cpp | 3320 void RuntimeStubs::ArrayTrim(uintptr_t argGlue, TaggedArray *array, int64_t newLength) in ArrayTrim() function in panda::ecmascript::RuntimeStubs
|