Searched refs:exit_ (Results 1 – 3 of 3) sorted by relevance
38 exit_(nullptr), in LICMTest()55 exit_ = new (GetAllocator()) HBasicBlock(graph_); in BuildLoop()62 graph_->AddBlock(exit_); in BuildLoop()65 graph_->SetExitBlock(exit_); in BuildLoop()73 return_->AddSuccessor(exit_); in BuildLoop()87 exit_->AddInstruction(new (GetAllocator()) HExit()); in BuildLoop()107 HBasicBlock* exit_; member in art::LICMTest
36 exit_(nullptr), in InductionVarAnalysisTest()85 exit_ = new (GetAllocator()) HBasicBlock(graph_); in BuildLoopNest()86 graph_->AddBlock(exit_); in BuildLoopNest()89 return_->AddSuccessor(exit_); in BuildLoopNest()91 graph_->SetExitBlock(exit_); in BuildLoopNest()105 exit_->AddInstruction(new (GetAllocator()) HExit()); in BuildLoopNest()209 HBasicBlock* exit_; member in art::InductionVarAnalysisTest252 ASSERT_EQ(exit_->GetLoopInformation(), nullptr); in TEST_F()
1036 void (*exit_)(jint status); variable