Home
last modified time | relevance | path

Searched defs:Jz (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp155 __ Jz(&notCallable); in AsmInterpEntryDispatch() local
479 __ Jz(&noExtraEntry); in JSCallCommonSlowPath() local
619 __ Jz(&pushVregs); in PushCallThis() local
622 __ Jz(&pushNewTarget); in PushCallThis() local
633 __ Jz(&pushCallTarget); in PushCallThis() local
647 __ Jz(&pushVregs); in PushCallThis() local
682 __ Jz(&pushFrameState); in PushVregs() local
781 __ Jz(&pushThis); in CallNativeWithArgv() local
807 __ Jz(&aligned, Distance::Near); in CallNativeWithArgv() local
826 __ Jz(&aligneThrow, Distance::Near); in CallNativeWithArgv() local
[all …]
Doptimized_call.cpp1329 __ Jz(&pushCallThis); in GenJSCallWithArgV() local
1385 __ Jz(&pushCallThis); in ConstructorJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp670 void AssemblerX64::Jz(Label *target, Distance distance) in Jz() function in panda::ecmascript::x64::AssemblerX64