Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1573 GateRef remainder = Int32And(length, Int32(LOOP_UNROLL_FACTOR * tSize - 1)); in InitializeWithSpeicalValue()
1593 for (auto i = 0; i < LOOP_UNROLL_FACTOR; i++) { in InitializeWithSpeicalValue()
1597 startOffset = Int32Add(*startOffset, Int32(LOOP_UNROLL_FACTOR * tSize)); in InitializeWithSpeicalValue()
H A Dstub_builder.cpp10370 static_assert(LOOP_UNROLL_FACTOR == 2 && "changing LOOP_UNROLL_FACTOR also need fix the logic here"); in ArrayCopy()
10372 GateRef remainder = Int32And(length, Int32(LOOP_UNROLL_FACTOR - 1)); in ArrayCopy()
10398 offset = Int32Add(*offset, Int32(LOOP_UNROLL_FACTOR * tSize)); in ArrayCopy()
10424 static_assert(LOOP_UNROLL_FACTOR == 2 && "changing LOOP_UNROLL_FACTOR also need fix the logic here"); in ArrayCopy()
10427 GateRef remainder = Int32And(length, Int32(LOOP_UNROLL_FACTOR - 1)); in ArrayCopy()
10447 offset = Int32Sub(*offset, Int32(LOOP_UNROLL_FACTOR * tSize)); in ArrayCopy()
H A Dstub_builder.h1046 static constexpr int LOOP_UNROLL_FACTOR = 2; member in panda::ecmascript::kungfu::StubBuilder

Completed in 25 milliseconds