Home
last modified time | relevance | path

Searched refs:PREF_IMM16 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp448 auto imm = bcIns.GetImm<BytecodeInstruction::Format::PREF_IMM16>(); in CollectMethodInfoFromBC()
460 auto imm = bcIns.GetImm<BytecodeInstruction::Format::PREF_IMM16>(); in CollectMethodInfoFromBC()
475 auto imm = bcIns.GetImm<BytecodeInstruction::Format::PREF_IMM16>(); in CollectMethodInfoFromBC()
522 auto imm = bcIns.GetImm<BytecodeInstruction::Format::PREF_IMM16>(); in CollectModuleInfoFromBC()
534 auto imm = bcIns.GetImm<BytecodeInstruction::Format::PREF_IMM16>(); in CollectModuleInfoFromBC()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h35 PREF_IMM16, enumerator
Dold_instruction.h159 if constexpr (format == Format::PREF_IMM16) { in GetImm()
316 case Format::PREF_IMM16: { in Size()
1138 return Format::PREF_IMM16; in GetFormat()
1140 return Format::PREF_IMM16; in GetFormat()
1142 return Format::PREF_IMM16; in GetFormat()
1144 return Format::PREF_IMM16; in GetFormat()
1146 return Format::PREF_IMM16; in GetFormat()
1148 return Format::PREF_IMM16; in GetFormat()
1220 return Format::PREF_IMM16; in GetFormat()
1222 return Format::PREF_IMM16; in GetFormat()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp1461 case OldBytecodeInst::Format::PREF_IMM16: { in FixInstructionId32()
1555 auto imm = bcIns.GetImm<OldBytecodeInst::Format::PREF_IMM16>(); in TranslateBytecode()
1562 auto imm = bcIns.GetImm<OldBytecodeInst::Format::PREF_IMM16>(); in TranslateBytecode()