Home
last modified time | relevance | path

Searched refs:JEQZ_IMM16 (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h116 JEQZ_IMM16 = 46, enumerator
Dold_instruction.h545 case Opcode::JEQZ_IMM16: in GetFormat()
1362 case Opcode::JEQZ_IMM16: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/interpreter/templates/
Ddebugger_instruction_handler.inl896 DEBUG_HANDLE_OPCODE(JEQZ_IMM16) argument
899 REAL_GOTO_DISPATCH_OPCODE(EcmaOpcode::JEQZ_IMM16);
/arkcompiler/ets_runtime/ecmascript/compiler/
Decma_opcode_des.h133 V(JEQZ_IMM16) \
Dbytecodes.cpp250 case EcmaOpcode::JEQZ_IMM16: in InitBytecodeMetaData()
1525 case EcmaOpcode::JEQZ_IMM16: in InitBytecodeInfo()
Dts_hcr_lowering.cpp209 case EcmaOpcode::JEQZ_IMM16: in Lower()
Dbytecode_circuit_builder.cpp69 case EcmaOpcode::JEQZ_IMM16: in CollectRegionInfo()
Dslowpath_lowering.cpp470 case EcmaOpcode::JEQZ_IMM16: in Lower()
Dinterpreter_stub.cpp2131 DISPATCH_BAK(JUMP, INT_PTR(JEQZ_IMM16)); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp361 case OldBytecodeInst::Opcode::JEQZ_IMM16: { in FixOpcode()
362 *pc = static_cast<uint8_t>(EcmaOpcode::JEQZ_IMM16); in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1071 HANDLE_OPCODE(JEQZ_IMM16) { in RunInternal()
1080 DISPATCH(JEQZ_IMM16); in RunInternal()
Dinterpreter_assembly.cpp383 DISPATCH(JEQZ_IMM16); in HandleJeqzImm16()
399 DISPATCH(JEQZ_IMM16); in HandleJeqzImm32()