Home
last modified time | relevance | path

Searched refs:MustOverlap (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h1035 // MustOverlap mean the source and destination memory are overlap,
1038 MustOverlap, enumerator
H A Dstub_builder.cpp10409 void StubBuilder::ArrayCopy<CopyKind::MustOverlap>(GateRef glue, GateRef src, GateRef dst, GateRef length, in ArrayCopy()
10480 ArrayCopy<MustOverlap>(glue, src, dst, length, mAttr); in ArrayCopy()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp238 ArrayCopy<MustOverlap>(glue, arrayStart, moveTo, TruncInt64ToInt32(thisLen), in Unshift()
244 ArrayCopy<MustOverlap>(glue, arrayStart, moveTo, TruncInt64ToInt32(thisLen)); in Unshift()

Completed in 27 milliseconds