Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp242 Label pushArgsEntry; in JSCallCommonSlowPath() local
280 currentSlotRegister, &pushArgsEntry, stackOverflow); in JSCallCommonSlowPath()
284 __ Bind(&pushArgsEntry); in JSCallCommonSlowPath()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp484 Label pushArgsEntry; in JSCallCommonSlowPath() local
520 __ Jle(&pushArgsEntry); in JSCallCommonSlowPath()
524 __ Bind(&pushArgsEntry); in JSCallCommonSlowPath()

Completed in 6 milliseconds