Lines Matching refs:Dump
66 // On VLOG(verifier), should we dump the whole state when we run into a hard failure?
393 false /* verify to dump */,
485 verifier.Dump(std::cout);
527 // Only dump and return if no hard failures. Otherwise the verifier may be not fully initialized
533 verifier->Dump(vios);
957 Dump(oss);
1657 void MethodVerifier::Dump(std::ostream& os) {
1659 Dump(&vios);
1662 void MethodVerifier::Dump(VariableIndentationOutputStream* vios) {
1670 reg_types_.Dump(vios->Stream());
1679 vios->Stream() << reg_line->Dump(this) << "\n";
1909 Dump(std::cout);
1913 << " work_line=" << work_line_->Dump(this) << "\n"
1914 << " expected=" << register_line->Dump(this);
1969 // To dump the state of the verify after a method, do something like:
2062 << work_line_->Dump(this) << "\n";
5274 << copy->Dump(this) << " MERGE\n"
5275 << merge_line->Dump(this) << " ==\n"
5276 << target_line->Dump(this) << "\n";