Home
last modified time | relevance | path

Searched refs:pushCallTarget (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp612 Label pushCallTarget; in PushCallThis() local
638 __ Jz(&pushCallTarget); in PushCallThis()
649 __ Bind(&pushCallTarget); in PushCallThis()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp602 Label pushCallTarget; in JSBoundFunctionCallInternal() local
629 __ B(Condition::EQ, &pushCallTarget); in JSBoundFunctionCallInternal()
638 __ Bind(&pushCallTarget); in JSBoundFunctionCallInternal()
Dasm_interpreter_call.cpp986 Label pushCallTarget; in PushCallThis() local
1010 __ Tbz(callFieldRegister, MethodLiteral::HaveNewTargetBit::START_BIT, &pushCallTarget); in PushCallThis()
1023 __ Bind(&pushCallTarget); in PushCallThis()