Home
last modified time | relevance | path

Searched refs:ArrayCopyAndHoleToUndefined (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp982ArrayCopyAndHoleToUndefined(glue, srcElements, srcStart, dstElements, dstStart, actualStart, Boole… in FastToSpliced()
1007ArrayCopyAndHoleToUndefined(glue, srcElements, srcStart, dstElements, dstStart, afterLength, Boole… in FastToSpliced()
2173 ArrayCopyAndHoleToUndefined(glue, srcElements, srcStart, dstElements, in FastArrayWith()
2182 ArrayCopyAndHoleToUndefined(glue, srcElements, srcStart, dstElements, dstStart, in FastArrayWith()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h944 void ArrayCopyAndHoleToUndefined(GateRef glue, GateRef srcObj, GateRef srcAddr, GateRef dstObj,
Dstub_builder.cpp11743 void StubBuilder::ArrayCopyAndHoleToUndefined(GateRef glue, GateRef srcObj, GateRef srcAddr, GateRe… in ArrayCopyAndHoleToUndefined() function in panda::ecmascript::kungfu::StubBuilder