Home
last modified time | relevance | path

Searched defs:pa_ins (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/abc2program/
Ddump_utils.cpp77 bool PandasmDumperUtils::IsMatchLiteralId(const pandasm::Ins &pa_ins) in IsMatchLiteralId()
83 size_t PandasmDumperUtils::GetLiteralIdIndex4Ins(const pandasm::Ins &pa_ins) in GetLiteralIdIndex4Ins()
Dabc_code_processor.cpp64 …pandasm::Ins pa_ins = code_converter_->BytecodeInstructionToPandasmInstruction(bc_ins, method_id_); in FillInsWithoutLabels() local
207 pandasm::Ins &pa_ins = function_.ins[inst_idx]; in AddLabel4InsAtIndex() local
Dprogram_dump.cpp330 for (const pandasm::Ins &pa_ins : function.ins) { in DumpOriginalFunctionIns() local
357 for (const pandasm::Ins &pa_ins : function.ins) { in GetOriginalDumpIns() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1885 static void translateImmToLabel(pandasm::Ins *pa_ins, LabelTable *label_table, const uint8_t *ins_a… in translateImmToLabel()
1941 auto pa_ins = BytecodeInstructionToPandasmInstruction(bc_ins, method_id); in GetInstructions() local