Home
last modified time | relevance | path

Searched refs:JMP_IMM16 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp162 expected << Opcode::JMP_IMM16 << Split16(-num_ret);
180 expected << Opcode::JMP_IMM16 << Split16(-num_ret);
203 expected << Opcode::JMP_IMM16 << Split16(num_ret + globals::IMM_3);
224 expected << Opcode::JMP_IMM16 << Split16(num_ret + globals::IMM_3);
239 case Opcode::JMP_IMM16: in EmitJmp()
254 return Opcode::JMP_IMM16; in GetOpcode()
558 expected << Opcode::JMP_IMM16 << Split16(INT8T_MAX + globals::IMM_5);
559 expected << Opcode::JMP_IMM16 << Split16(INT8T_MAX + globals::IMM_2);
560 expected << Opcode::JMP_IMM16 << Split16(INT8T_MAX + 1);
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h105 JMP_IMM16 = 35, enumerator
Dold_instruction.h523 case Opcode::JMP_IMM16: in GetFormat()
1340 case Opcode::JMP_IMM16: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/interpreter/templates/
Ddebugger_instruction_handler.inl881 DEBUG_HANDLE_OPCODE(JMP_IMM16) argument
884 REAL_GOTO_DISPATCH_OPCODE(EcmaOpcode::JMP_IMM16);
/arkcompiler/ets_runtime/ecmascript/compiler/
Decma_opcode_des.h194 V(JMP_IMM16) \
Dbytecodes.cpp259 case EcmaOpcode::JMP_IMM16: in InitBytecodeMetaData()
1522 case EcmaOpcode::JMP_IMM16: in InitBytecodeInfo()
Dbytecode_circuit_builder.cpp70 case EcmaOpcode::JMP_IMM16: in CollectRegionInfo()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp349 case OldBytecodeInst::Opcode::JMP_IMM16: { in FixOpcode()
350 *pc = static_cast<uint8_t>(EcmaOpcode::JMP_IMM16); in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1047 HANDLE_OPCODE(JMP_IMM16) { in RunInternal()