Searched defs:Jnz (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ | ||
| D | baseline_assembler.h | 129 void Jnz(JumpLabel &label) in Jnz() function |
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ | ||
| D | macro_assembler_x64.cpp | 59 void MacroAssemblerX64::Jnz(JumpLabel &label) in Jnz() function in panda::ecmascript::kungfu::MacroAssemblerX64 |
| D | assembler_x64.cpp | 1101 void AssemblerX64::Jnz(Label *target, Distance distance) in Jnz() function in panda::ecmascript::x64::AssemblerX64 |
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ | ||
| D | macro_assembler_aarch64.cpp | 78 void MacroAssemblerAArch64::Jnz(JumpLabel &label) in Jnz() function in panda::ecmascript::kungfu::MacroAssemblerAArch64 |
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ | ||
| D | asm_interpreter_call.cpp | 526 __ Jnz(fastPathEntry); in JSCallCommonSlowPath() local |
| D | optimized_call.cpp | 1393 __ Jnz(&pushArgv); in DeoptEnterAsmInterp() local |