Searched refs:exit_ (Results 1 – 4 of 4) sorted by relevance
45 exit_ = new (&allocator_) HBasicBlock(graph_); in BuildLoop()52 graph_->AddBlock(exit_); in BuildLoop()55 graph_->SetExitBlock(exit_); in BuildLoop()63 return_->AddSuccessor(exit_); in BuildLoop()74 exit_->AddInstruction(new (&allocator_) HExit()); in BuildLoop()96 HBasicBlock* exit_; member in art::LICMTest
73 exit_ = new (&allocator_) HBasicBlock(graph_); in BuildLoopNest()74 graph_->AddBlock(exit_); in BuildLoopNest()77 return_->AddSuccessor(exit_); in BuildLoopNest()79 graph_->SetExitBlock(exit_); in BuildLoopNest()90 exit_->AddInstruction(new (&allocator_) HExit()); in BuildLoopNest()183 HBasicBlock* exit_; member in art::InductionVarAnalysisTest223 ASSERT_EQ(exit_->GetLoopInformation(), nullptr); in TEST_F()
190 exit_(nullptr), in Runtime()434 if (exit_ != nullptr) { in CallExitHook()436 exit_(status); in CallExitHook()938 exit_ = runtime_options.GetOrDefault(Opt::HookExit); in Init()
773 void (*exit_)(jint status); variable