Home | History | Annotate | Download | only in verifier

Lines Matching refs:Dump

58 // On VLOG(verifier), should we dump the whole state when we run into a hard failure?
381 false /* verify to dump */,
444 verifier.Dump(std::cout);
486 // Only dump and return if no hard failures. Otherwise the verifier may be not fully initialized
492 verifier->Dump(vios);
914 Dump(oss);
1597 void MethodVerifier::Dump(std::ostream& os) {
1599 Dump(&vios);
1602 void MethodVerifier::Dump(VariableIndentationOutputStream* vios) {
1610 reg_types_.Dump(vios->Stream());
1619 vios->Stream() << reg_line->Dump(this) << "\n";
1849 Dump(std::cout);
1853 << " work_line=" << work_line_->Dump(this) << "\n"
1854 << " expected=" << register_line->Dump(this);
1909 // To dump the state of the verify after a method, do something like:
2005 << work_line_->Dump(this) << "\n";
4945 << copy->Dump(this) << " MERGE\n"
4946 << merge_line->Dump(this) << " ==\n"
4947 << target_line->Dump(this) << "\n";