Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp303 Label pushArgs0; in JSCallCommonSlowPath() local
307 __ B(Condition::EQ, &pushArgs0); in JSCallCommonSlowPath()
311 __ Bind(&pushArgs0); in JSCallCommonSlowPath()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp542 Label pushArgs0; in JSCallCommonSlowPath() local
546 __ Je(&pushArgs0); in JSCallCommonSlowPath()
550 __ Bind(&pushArgs0); in JSCallCommonSlowPath()

Completed in 7 milliseconds