Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction_enum.h118 JNEZ_IMM8 = 47, member in Opcode
H A Dold_instruction.h547 case Opcode::JNEZ_IMM8: in GetFormat()
1365 case Opcode::JNEZ_IMM8: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Decma_opcode_des.h194 V(JNEZ_IMM8) \
H A Dbytecodes.cpp132 case EcmaOpcode::JNEZ_IMM8: in InitBytecodeMetaData()
328 case EcmaOpcode::JNEZ_IMM8: in InitBytecodeMetaData()
1861 case EcmaOpcode::JNEZ_IMM8: in InitBytecodeInfo()
H A Dbytecode_circuit_builder.cpp72 case EcmaOpcode::JNEZ_IMM8: in CollectRegionInfo()
H A Dtyped_bytecode_lowering.cpp327 case EcmaOpcode::JNEZ_IMM8: in Lower()
H A Dslowpath_lowering.cpp510 case EcmaOpcode::JNEZ_IMM8: in Lower()
H A Dinterpreter_stub.cpp2615 DISPATCH_BAK(JUMP, INT_PTR(JNEZ_IMM8)); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp434 case OldBytecodeInst::Opcode::JNEZ_IMM8: { in FixOpcode()
435 *pc = static_cast<uint8_t>(EcmaOpcode::JNEZ_IMM8); in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp211 case EcmaOpcode::JNEZ_IMM8: in GetJumpToOffsets()
3472 BYTECODE_BASELINE_HANDLER_IMPLEMENT(JNEZ_IMM8) in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1160 HANDLE_OPCODE(JNEZ_IMM8) { in RunInternal()
1169 DISPATCH(JNEZ_IMM8); in RunInternal()
H A Dinterpreter_assembly.cpp446 DISPATCH(JNEZ_IMM8); in HandleJnezImm8()

Completed in 69 milliseconds