Home
last modified time | relevance | path

Searched defs:Jz (Results 1 – 4 of 4) 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
624 __ Jz(&pushVregs); in PushCallThis() local
627 __ Jz(&pushNewTarget); in PushCallThis() local
638 __ Jz(&pushCallTarget); in PushCallThis() local
652 __ Jz(&pushVregs); in PushCallThis() local
687 __ Jz(&pushFrameState); in PushVregs() local
786 __ Jz(&pushThis); in CallNativeWithArgv() local
812 __ Jz(&aligned, Distance::Near); in CallNativeWithArgv() local
830 __ Jz(&aligneThrow, Distance::Near); in CallNativeWithArgv() local
[all …]
Doptimized_fast_call.cpp234 __ Jz(&call); in JSFastCallWithArgV() local
240 __ Jz(&call); in JSFastCallWithArgV() local
246 __ Jz(&call); in JSFastCallWithArgV() local
252 __ Jz(&call); in JSFastCallWithArgV() local
Doptimized_call.cpp988 __ Jz(&pushCallThis); in GenJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp671 void AssemblerX64::Jz(Label *target, Distance distance) in Jz() function in panda::ecmascript::x64::AssemblerX64