Lines Matching defs:os_

178       : std::ostream(this), os_(os), targets_(targets), padding_size_(0) {}
192 std::ostream& os_;
202 PrintVerticalArrows(os_, *targets_);
203 PrintPadding(os_, padding_size_);
205 os_.rdbuf()->sputc(c);
213 : os_(os),
215 new MaglevPrintingVisitorOstream(os_, &targets_)) {}
219 os_ << "Graph (param count: " << compilation_unit->parameter_count()
293 os_ << c;
295 os_ << (saw_start ? "►" : " ");
299 os_ << "Block b" << block_id << "\n";
396 PrintVerticalArrows(os_, targets_);
397 PrintPaddedId(os_, graph_labeller, phi);
398 os_ << "Phi (";
403 if (i > 0) os_ << ", ";
405 os_ << "<dead>";
407 os_ << PrintNodeLabel(graph_labeller, phi->input(i).node());
410 os_ << ") → " << phi->result().operand() << "\n";
419 MaybePrintEagerDeopt(os_, targets_, node, state);
421 PrintVerticalArrows(os_, targets_);
422 PrintPaddedId(os_, graph_labeller, node);
423 os_ << PrintNode(graph_labeller, node) << "\n";
428 MaybePrintLazyDeopt(os_, targets_, node, state);
435 MaybePrintEagerDeopt(os_, targets_, control_node, state);
442 PrintVerticalArrows(os_, targets_, {}, {target}, true);
443 os_ << "◄─";
444 PrintPaddedId(os_, graph_labeller, control_node, "─", -2);
455 PrintVerticalArrows(os_, targets_, arrows_starting_here);
456 PrintPaddedId(os_, graph_labeller, control_node,
470 PrintVerticalArrows(os_, targets_, arrows_starting_here);
471 PrintPaddedId(os_, graph_labeller, control_node, "─");
474 PrintVerticalArrows(os_, targets_);
475 PrintPaddedId(os_, graph_labeller, control_node);
478 os_ << PrintNode(graph_labeller, control_node) << "\n";
486 PrintVerticalArrows(os_, targets_);
487 PrintPadding(os_, graph_labeller, -1);
488 os_ << (has_fallthrough ? "│" : " ");
489 os_ << " with gap moves:\n";
492 PrintVerticalArrows(os_, targets_);
493 PrintPadding(os_, graph_labeller, -1);
494 os_ << (has_fallthrough ? "│" : " ");
495 os_ << " - ";
496 graph_labeller->PrintInput(os_, phi->input(pid));
497 os_ << " → " << graph_labeller->NodeId(phi) << ": Phi "
503 PrintVerticalArrows(os_, targets_);
505 PrintPadding(os_, graph_labeller, -1);
507 os_ << "▼";
509 os_ << "↓";
512 os_ << "\n";