Home
last modified time | relevance | path

Searched refs:copyArguments (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp1135 Label copyArguments; in PushArgsWithArgV() local
1150 __ Jbe(&copyArguments); in PushArgsWithArgV()
1154 __ Bind(&copyArguments); in PushArgsWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp231 Label copyArguments; in OptimizedCallAndPushArgv() local
246 __ B(Condition::LS, &copyArguments); in OptimizedCallAndPushArgv()
249 __ Bind(&copyArguments); in OptimizedCallAndPushArgv()

Completed in 5 milliseconds