Home
last modified time | relevance | path

Searched refs:JMP_IMM8 (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp118 expected << Opcode::JMP_IMM8 << -num_ret; in HWTEST()
138 expected << Opcode::JMP_IMM8 << (num_ret + globals::IMM_2); in HWTEST()
236 case Opcode::JMP_IMM8: in EmitJmp()
252 return Opcode::JMP_IMM8; in GetOpcode()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp120 expected << Opcode::JMP_IMM8 << -numRet; in TEST()
140 expected << Opcode::JMP_IMM8 << numRet + globals::IMM_2; in TEST()
238 case Opcode::JMP_IMM8: in EmitJmp()
254 return Opcode::JMP_IMM8; in GetOpcode()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction_enum.h105 JMP_IMM8 = 34, member in Opcode
H A Dold_instruction.h521 case Opcode::JMP_IMM8: in GetFormat()
1339 case Opcode::JMP_IMM8: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Decma_opcode_des.h203 V(JMP_IMM8) \
H A Dbytecodes.cpp135 case EcmaOpcode::JMP_IMM8: in InitBytecodeMetaData()
334 case EcmaOpcode::JMP_IMM8: in InitBytecodeMetaData()
1855 case EcmaOpcode::JMP_IMM8: in InitBytecodeInfo()
H A Dbytecode_circuit_builder.cpp73 case EcmaOpcode::JMP_IMM8: in CollectRegionInfo()
H A Dprofiler_stub_builder.cpp1126 GateRef jmpImm8 = Int8(static_cast<uint8_t>(EcmaOpcode::JMP_IMM8)); in TryJitCompile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp414 case OldBytecodeInst::Opcode::JMP_IMM8: { in FixOpcode()
415 *pc = static_cast<uint8_t>(EcmaOpcode::JMP_IMM8); in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp212 case EcmaOpcode::JMP_IMM8: { in GetJumpToOffsets()
3561 BYTECODE_BASELINE_HANDLER_IMPLEMENT(JMP_IMM8) in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1106 HANDLE_OPCODE(JMP_IMM8) { in RunInternal()

Completed in 39 milliseconds