Lines Matching refs:PandasmDumperUtils
72 auto id = PandasmDumperUtils::GetLiteralArrayIdFromName(it->first);
84 auto id = PandasmDumperUtils::GetLiteralArrayIdFromName(it->first);
208 auto id = PandasmDumperUtils::GetLiteralArrayIdFromName(literal_array_id_name);
255 os << DUMP_TITLE_FUNCTION_KIND << PandasmDumperUtils::GetFunctionKindString(function.function_kind);
358 original_dump_ins_.emplace_back(PandasmDumperUtils::DeepCopyIns(pa_ins));
385 if (PandasmDumperUtils::IsMatchLiteralId(*pa_ins)) {
460 std::string mapped_label = PandasmDumperUtils::GetMappedLabel(curr_ins->label, label_map);
465 mapped_label = PandasmDumperUtils::GetMappedLabel(curr_ins->ids[0], label_map);
516 catch_blocks.emplace_back(PandasmDumperUtils::DeepCopyCatchBlock(catch_block));
536 std::string mapped_label1 = PandasmDumperUtils::GetMappedLabel(orignal_label, invalid_op_label_map_);
540 std::string mapped_label2 = PandasmDumperUtils::GetMappedLabel(mapped_label1, final_label_map_);
648 size_t idx = PandasmDumperUtils::GetLiteralIdIndex4Ins(pa_ins);
653 auto id = PandasmDumperUtils::GetLiteralArrayIdFromName(it->first);
686 os << PandasmDumperUtils::LiteralTagToString(tag) << DUMP_CONTENT_COLON;
737 auto id = PandasmDumperUtils::GetLiteralArrayIdFromName(literal_array_id_name);