Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_assembler.h124 void Jz(JumpLabel &label) in Jz() function
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp157 __ Jz(&notCallable); in AsmInterpEntryDispatch() local
489 __ Jz(&noExtraEntry); in JSCallCommonSlowPath() local
641 __ Jz(&pushVregs); in PushCallThis() local
644 __ Jz(&pushNewTarget); in PushCallThis() local
655 __ Jz(&pushCallTarget); in PushCallThis() local
669 __ Jz(&pushVregs); in PushCallThis() local
705 __ Jz(&pushFrameState); in PushVregs() local
733 __ Jz(&stackAligned); in PushVregs() local
846 __ Jz(&pushThis); in CallNativeWithArgv() local
881 __ Jz(&aligned, Distance::Near); in CallNativeWithArgv() local
[all …]
Doptimized_fast_call.cpp252 __ Jz(&call); in JSFastCallWithArgV() local
258 __ Jz(&call); in JSFastCallWithArgV() local
264 __ Jz(&call); in JSFastCallWithArgV() local
270 __ Jz(&call); in JSFastCallWithArgV() local
Doptimized_call.cpp1307 __ Jz(&pushCallThis); in GenJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dmacro_assembler_x64.cpp54 void MacroAssemblerX64::Jz(JumpLabel &label) in Jz() function in panda::ecmascript::kungfu::MacroAssemblerX64
Dassembler_x64.cpp671 void AssemblerX64::Jz(Label *target, Distance distance) in Jz() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dmacro_assembler_aarch64.cpp73 void MacroAssemblerAArch64::Jz(JumpLabel &label) in Jz() function in panda::ecmascript::kungfu::MacroAssemblerAArch64