Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction_enum.h119 JNEZ_IMM16 = 48, member in Opcode
H A Dold_instruction.h549 case Opcode::JNEZ_IMM16: in GetFormat()
1367 case Opcode::JNEZ_IMM16: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Decma_opcode_des.h195 V(JNEZ_IMM16) \
H A Dbytecodes.cpp133 case EcmaOpcode::JNEZ_IMM16: in InitBytecodeMetaData()
329 case EcmaOpcode::JNEZ_IMM16: in InitBytecodeMetaData()
1862 case EcmaOpcode::JNEZ_IMM16: in InitBytecodeInfo()
H A Dbytecode_circuit_builder.cpp76 case EcmaOpcode::JNEZ_IMM16: in CollectRegionInfo()
H A Dtyped_bytecode_lowering.cpp328 case EcmaOpcode::JNEZ_IMM16: in Lower()
H A Dslowpath_lowering.cpp511 case EcmaOpcode::JNEZ_IMM16: in Lower()
H A Dinterpreter_stub.cpp2656 DISPATCH_BAK(JUMP, INT_PTR(JNEZ_IMM16)); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp438 case OldBytecodeInst::Opcode::JNEZ_IMM16: { in FixOpcode()
439 *pc = static_cast<uint8_t>(EcmaOpcode::JNEZ_IMM16); in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp219 case EcmaOpcode::JNEZ_IMM16: in GetJumpToOffsets()
3495 BYTECODE_BASELINE_HANDLER_IMPLEMENT(JNEZ_IMM16) in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1172 HANDLE_OPCODE(JNEZ_IMM16) { in RunInternal()
1181 DISPATCH(JNEZ_IMM16); in RunInternal()
H A Dinterpreter_assembly.cpp462 DISPATCH(JNEZ_IMM16); in HandleJnezImm16()

Completed in 65 milliseconds