Home
last modified time | relevance | path

Searched refs:Jz (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_assembler.h124 void Jz(JumpLabel &label) in Jz() function in panda::ecmascript::kungfu::BaselineAssembler
126 macroAssembler->Jz(label); in Jz()
H A Dbaseline_compiler.cpp3487 GetBaselineAssembler().Jz(labelExit); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
3510 GetBaselineAssembler().Jz(labelExit); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
3533 GetBaselineAssembler().Jz(labelExit); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_fast_call.cpp252 __ Jz(&call); in JSFastCallWithArgV()
258 __ Jz(&call); in JSFastCallWithArgV()
264 __ Jz(&call); in JSFastCallWithArgV()
270 __ Jz(&call); in JSFastCallWithArgV()
H A Dasm_interpreter_call.cpp157 __ Jz(&notCallable); in AsmInterpEntryDispatch()
489 __ Jz(&noExtraEntry); in JSCallCommonSlowPath()
641 __ Jz(&pushVregs); in PushCallThis()
644 __ Jz(&pushNewTarget); in PushCallThis()
655 __ Jz(&pushCallTarget); in PushCallThis()
669 __ Jz(&pushVregs); in PushCallThis()
705 __ Jz(&pushFrameState); in PushVregs()
733 __ Jz(&stackAligned); in PushVregs()
846 __ Jz(&pushThis); in CallNativeWithArgv()
881 __ Jz( in CallNativeWithArgv()
[all...]
H A Doptimized_call.cpp1294 __ Jz(&pushCallThis); in GenJSCallWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dmacro_assembler_x64.cpp54 void MacroAssemblerX64::Jz(JumpLabel &label) in Jz() function in panda::ecmascript::kungfu::MacroAssemblerX64
56 assembler.Jz(&label); in Jz()
H A Dmacro_assembler_x64.h41 void Jz(JumpLabel &label) override;
H A Dassembler_x64.h132 void Jz(Label *target, Distance distance = Distance::Far);
H A Dassembler_x64.cpp354 // 74 : Jz rel8 in EmitJz()
359 // 0F 84 : Jz rel32 in EmitJz()
671 void AssemblerX64::Jz(Label *target, Distance distance) in Jz() function in panda::ecmascript::x64::AssemblerX64
687 // 74 : Jz rel8 in Jz()
696 // 0F 84: Jz rel32 in Jz()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
H A Dmacro_assembler.h80 virtual void Jz(JumpLabel &label) = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dmacro_assembler_aarch64.h46 void Jz(JumpLabel &label) override;
H A Dmacro_assembler_aarch64.cpp73 void MacroAssemblerAArch64::Jz(JumpLabel &label) in Jz() function in panda::ecmascript::kungfu::MacroAssemblerAArch64

Completed in 31 milliseconds