Home | History | Annotate | Download | only in optimizing

Lines Matching refs:output_

171         output_(output),
189 output_ << std::flush;
194 output_ << "begin_" << name << "\n";
201 output_ << "end_" << name << "\n";
206 output_ << name << " \"" << property << "\"\n";
211 output_ << name << " \"" << property << id << "\"\n";
216 output_ << name << "\n";
221 output_ << name << " " << time(nullptr) << "\n";
226 output_ << name << " " << value << "\n";
231 output_ << " ";
256 output_ << "predecessors";
258 output_ << " \"B" << predecessor->GetBlockId() << "\" ";
261 output_ << " \"" << kDisassemblyBlockFrameEntry << "\" ";
263 output_<< "\n";
268 output_ << "successors";
270 output_ << " \"B" << successor->GetBlockId() << "\" ";
272 output_<< "\n";
277 output_ << "xhandlers";
279 output_ << " \"B" << handler->GetBlockId() << "\" ";
284 output_ << " \"" << kDisassemblyBlockSlowPaths << "\" ";
286 output_<< "\n";
324 output_ << " ";
327 output_ << " " << name << ":";
329 return output_;
494 output_ << instruction->DebugName();
599 output_ << "\n";
600 disassembler_->Disassemble(output_, it->second.start, it->second.end);
611 output_ << bci << " " << num_uses << " "
614 output_ << " " << kEndInstructionMarker << "\n";
655 output_ << " 0 0 disasm " << kDisassemblyBlockFrameEntry << " ";
658 output_ << "\n";
659 disassembler_->Disassemble(output_, frame_entry.start, frame_entry.end);
661 output_ << kEndInstructionMarker << "\n";
677 output_ << " 0 0 disasm " << info.slow_path->GetDescription() << "\n";
678 disassembler_->Disassemble(output_, info.code_interval.start, info.code_interval.end);
679 output_ << kEndInstructionMarker << "\n";
735 output_ << instruction->GetId() << " " << GetTypeId(instruction->GetType())
738 output_ << inputs.Current()->GetId() << " ";
740 output_ << "]\n";
757 std::ostream& output_;
772 : output_(output), graph_(graph), codegen_(codegen) {}
775 DCHECK(output_ != nullptr);
776 HGraphVisualizerPrinter printer(graph_, *output_, "", true, false, codegen_);
788 DCHECK(output_ != nullptr);
791 *output_,
801 DCHECK(output_ != nullptr);
804 *output_,