Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp1539 Label pushVregs;
1553 __ B(Condition::EQ, &pushVregs);
1580 __ Tbz(callFieldRegister, MethodLiteral::HaveFuncBit::START_BIT, &pushVregs);
1583 __ Bind(&pushVregs);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp627 Label pushVregs; in PushCallThis() local
641 __ Jz(&pushVregs); in PushCallThis()
669 __ Jz(&pushVregs); in PushCallThis()
673 __ Bind(&pushVregs); in PushCallThis()

Completed in 6 milliseconds