Lines Matching refs:Verify
468 void HBasicBlock::Verify() {567 void HGraph::Verify(bool do_full_verify) const {574 block->Verify();583 current->Verify();603 phi->Verify();4341 // Do a full verify after building the graph and computing dominators.4342 Verify(true);12525 graph_->Verify(false); // No full verify.