Home
last modified time | relevance | path

Searched defs:Jnz (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_assembler.h129 void Jnz(JumpLabel &label) in Jnz() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dmacro_assembler_x64.cpp59 void MacroAssemblerX64::Jnz(JumpLabel &label) in Jnz() function in panda::ecmascript::kungfu::MacroAssemblerX64
Dassembler_x64.cpp1101 void AssemblerX64::Jnz(Label *target, Distance distance) in Jnz() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dmacro_assembler_aarch64.cpp78 void MacroAssemblerAArch64::Jnz(JumpLabel &label) in Jnz() function in panda::ecmascript::kungfu::MacroAssemblerAArch64
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp526 __ Jnz(fastPathEntry); in JSCallCommonSlowPath() local
767 __ Jnz(&dispatchCall); in DispatchCall() local
Doptimized_call.cpp1393 __ Jnz(&pushArgv); in DeoptEnterAsmInterp() local