Searched refs:graph_in_bad_state_ (Results 1 – 2 of 2) sorted by relevance
188 graph_in_bad_state_(graph_in_bad_state), in HGraphVisualizerPrinter()707 DCHECK(graph_in_bad_state_ || in PrintInstruction()810 + (graph_in_bad_state_ ? ", bad_state" : "") in Run()881 const bool graph_in_bad_state_; member in art::HGraphVisualizerPrinter
123 graph_in_bad_state_(false) { in PassObserver()150 void SetGraphInBadState() { graph_in_bad_state_ = true; } in SetGraphInBadState()165 visualizer_.DumpGraph(pass_name, /* is_after_pass= */ false, graph_in_bad_state_); in StartPass()187 visualizer_.DumpGraph(pass_name, /* is_after_pass= */ true, graph_in_bad_state_); in EndPass()193 if (!graph_in_bad_state_) { in EndPass()238 bool graph_in_bad_state_; member in art::PassObserver