Searched defs:pa_ins (Results 1 – 4 of 4) sorted by relevance
77 bool PandasmDumperUtils::IsMatchLiteralId(const pandasm::Ins &pa_ins) in IsMatchLiteralId()83 size_t PandasmDumperUtils::GetLiteralIdIndex4Ins(const pandasm::Ins &pa_ins) in GetLiteralIdIndex4Ins()
64 …pandasm::Ins pa_ins = code_converter_->BytecodeInstructionToPandasmInstruction(bc_ins, method_id_); in FillInsWithoutLabels() local207 pandasm::Ins &pa_ins = function_.ins[inst_idx]; in AddLabel4InsAtIndex() local
330 for (const pandasm::Ins &pa_ins : function.ins) { in DumpOriginalFunctionIns() local357 for (const pandasm::Ins &pa_ins : function.ins) { in GetOriginalDumpIns() local
1885 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