Searched refs:exit_ (Results 1 – 4 of 4) sorted by relevance
39 exit_(nullptr), in LICMTest()56 exit_ = new (&allocator_) HBasicBlock(graph_); in BuildLoop()63 graph_->AddBlock(exit_); in BuildLoop()66 graph_->SetExitBlock(exit_); in BuildLoop()74 return_->AddSuccessor(exit_); in BuildLoop()88 exit_->AddInstruction(new (&allocator_) HExit()); in BuildLoop()110 HBasicBlock* exit_; member in art::LICMTest
38 exit_(nullptr), in InductionVarAnalysisTest()87 exit_ = new (&allocator_) HBasicBlock(graph_); in BuildLoopNest()88 graph_->AddBlock(exit_); in BuildLoopNest()91 return_->AddSuccessor(exit_); in BuildLoopNest()93 graph_->SetExitBlock(exit_); in BuildLoopNest()107 exit_->AddInstruction(new (&allocator_) HExit()); in BuildLoopNest()213 HBasicBlock* exit_; member in art::InductionVarAnalysisTest256 ASSERT_EQ(exit_->GetLoopInformation(), nullptr); in TEST_F()
236 exit_(nullptr), in Runtime()563 if (exit_ != nullptr) { in CallExitHook()565 exit_(status); in CallExitHook()1096 exit_ = runtime_options.GetOrDefault(Opt::HookExit); in Init()
824 void (*exit_)(jint status); variable