Home
last modified time | relevance | path

Searched refs:ArrayTrim (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h493 V(ArrayTrim)
Dcall_signature.cpp1373 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/
Dbuiltins_array_stub_builder.cpp301 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/
Druntime_stubs.h142 V(ArrayTrim)
471 static void ArrayTrim(uintptr_t argGlue, TaggedArray *array, int64_t newLength);
Druntime_stubs.cpp3320 void RuntimeStubs::ArrayTrim(uintptr_t argGlue, TaggedArray *array, int64_t newLength) in ArrayTrim() function in panda::ecmascript::RuntimeStubs