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.cpp987ArrayCopyAndHoleToUndefined(glue, srcElements, srcStart, dstElements, dstStart, actualStart, Boole… in FastToSpliced()
1012ArrayCopyAndHoleToUndefined(glue, srcElements, srcStart, dstElements, dstStart, afterLength, Boole… in FastToSpliced()
2181 ArrayCopyAndHoleToUndefined(glue, srcElements, srcStart, dstElements, in FastArrayWith()
2190 ArrayCopyAndHoleToUndefined(glue, srcElements, srcStart, dstElements, dstStart, in FastArrayWith()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h1070 void ArrayCopyAndHoleToUndefined(GateRef glue, GateRef srcObj, GateRef srcAddr, GateRef dstObj,
Dstub_builder.cpp13249 void StubBuilder::ArrayCopyAndHoleToUndefined(GateRef glue, GateRef srcObj, GateRef srcAddr, GateRe… in ArrayCopyAndHoleToUndefined() function in panda::ecmascript::kungfu::StubBuilder