Home
last modified time | relevance | path

Searched defs:ArrayCopy (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp3327 CallSignature ArrayCopy("CopyObjectPrimitive", 0, paramCount, in DEF_CALL_SIGNATURE() local
3347 CallSignature ArrayCopy("ObjectCopy", 0, paramCount, in DEF_CALL_SIGNATURE() local
Dstub_builder.cpp13194 void StubBuilder::ArrayCopy(GateRef glue, GateRef srcObj, GateRef srcAddr, GateRef dstObj, in ArrayCopy() function in panda::ecmascript::kungfu::StubBuilder