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
485 __ Jz(&noExtraEntry); in JSCallCommonSlowPath() local
635 __ Jz(&pushVregs); in PushCallThis() local
638 __ Jz(&pushNewTarget); in PushCallThis() local
649 __ Jz(&pushCallTarget); in PushCallThis() local
663 __ Jz(&pushVregs); in PushCallThis() local
698 __ Jz(&pushFrameState); in PushVregs() local
804 __ Jz(&pushThis); in CallNativeWithArgv() local
836 __ Jz(&aligned, Distance::Near); in CallNativeWithArgv() local
854 __ 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.cpp1000 __ 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