Home
last modified time | relevance | path

Searched refs:JEQ_V8_IMM8 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp483 …expected << Opcode::JEQ_V8_IMM8 << 0u << globals::IMM_7 << Opcode::JEQ_V8_IMM8 << 0u << globals::I…
517 expected << Opcode::RETURN << Opcode::JEQ_V8_IMM8 << 0u << globals::IMM_11;
521 … expected << Opcode::JEQ_V8_IMM8 << 0u << static_cast<uint8_t>(-globals::IMM_9) << Opcode::RETURN;
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h127 JEQ_V8_IMM8 = 57, enumerator
Dold_instruction.h567 case Opcode::JEQ_V8_IMM8: in GetFormat()
1384 case Opcode::JEQ_V8_IMM8: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/interpreter/templates/
Ddebugger_instruction_handler.inl1036 DEBUG_HANDLE_OPCODE(JEQ_V8_IMM8) argument
1039 REAL_GOTO_DISPATCH_OPCODE(EcmaOpcode::JEQ_V8_IMM8);
/arkcompiler/ets_runtime/ecmascript/compiler/
Decma_opcode_des.h225 V(JEQ_V8_IMM8) \
Dbytecodes.cpp1312 case EcmaOpcode::JEQ_V8_IMM8: in InitBytecodeInfo()
Dslowpath_lowering.cpp676 case EcmaOpcode::JEQ_V8_IMM8: in Lower()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h6646 HANDLE_OPCODE(JEQ_V8_IMM8) { in RunInternal()
6648 DISPATCH(JEQ_V8_IMM8); in RunInternal()