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/
H A Dold_instruction_enum.h117 JEQZ_IMM16 = 46, member in Opcode
H A Dold_instruction.h545 case Opcode::JEQZ_IMM16: in GetFormat()
1363 case Opcode::JEQZ_IMM16: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Decma_opcode_des.h147 V(JEQZ_IMM16) \
H A Dbytecodes.cpp130 case EcmaOpcode::JEQZ_IMM16: in InitBytecodeMetaData()
326 case EcmaOpcode::JEQZ_IMM16: in InitBytecodeMetaData()
1859 case EcmaOpcode::JEQZ_IMM16: in InitBytecodeInfo()
H A Dbytecode_circuit_builder.cpp77 case EcmaOpcode::JEQZ_IMM16: in CollectRegionInfo()
H A Dtyped_bytecode_lowering.cpp323 case EcmaOpcode::JEQZ_IMM16: in Lower()
H A Dslowpath_lowering.cpp506 case EcmaOpcode::JEQZ_IMM16: in Lower()
H A Dinterpreter_stub.cpp2533 DISPATCH_BAK(JUMP, INT_PTR(JEQZ_IMM16)); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp430 case OldBytecodeInst::Opcode::JEQZ_IMM16: { in FixOpcode()
431 *pc = static_cast<uint8_t>(EcmaOpcode::JEQZ_IMM16); in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp218 case EcmaOpcode::JEQZ_IMM16: in GetJumpToOffsets()
3430 BYTECODE_BASELINE_HANDLER_IMPLEMENT(JEQZ_IMM16) in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1136 HANDLE_OPCODE(JEQZ_IMM16) { in RunInternal()
1145 DISPATCH(JEQZ_IMM16); in RunInternal()
H A Dinterpreter_assembly.cpp414 DISPATCH(JEQZ_IMM16); in HandleJeqzImm16()
430 DISPATCH(JEQZ_IMM16); in HandleJeqzImm32()

Completed in 98 milliseconds