Home
last modified time | relevance | path

Searched refs:loopBeginning (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp35 Label loopBeginning; in CopyArgumentWithArgV() local
37 __ Bind(&loopBeginning); in CopyArgumentWithArgV()
41 __ Ja(&loopBeginning); in CopyArgumentWithArgV()
78 Label loopBeginning; in PushUndefinedWithArgc() local
79 __ Bind(&loopBeginning); in PushUndefinedWithArgc()
82 __ Ja(&loopBeginning); in PushUndefinedWithArgc()
97 Label loopBeginning; in PushArgsWithArgvAndCheckStack() local
98 __ Bind(&loopBeginning); in PushArgsWithArgvAndCheckStack()
102 __ Ja(&loopBeginning); in PushArgsWithArgvAndCheckStack()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp101 Label loopBeginning; in PushArgsWithArgv() local
110 __ Bind(&loopBeginning); in PushArgsWithArgv()
114 __ Cbnz(argc.W(), &loopBeginning); in PushArgsWithArgv()
127 Label loopBeginning; in PushUndefinedWithArgc() local
129 __ Bind(&loopBeginning); in PushUndefinedWithArgc()
132 __ Cbnz(argc.W(), &loopBeginning); in PushUndefinedWithArgc()