Searched defs:deopt (Results 1 – 7 of 7) sorted by relevance
92 HInstruction* deopt = compare->GetNext(); in RemoveGuard() local188 HInstruction* deopt = compare->GetNext(); in HoistGuard() local
305 void GraphChecker::VisitDeoptimize(HDeoptimize* deopt) { in VisitDeoptimize()
809 HInstruction* deopt = new (graph_->GetAllocator()) HDeoptimize( in AddCHAGuard() local
38 public static void deopt(int[] array) { in deopt() method in Main
41 bool deopt; member
144 DeoptManager* deopt = DeoptManager::Get(); in RemoveBreakpointsInClass() local
331 ScopedDeoptimizationContext(art::Thread* self, DeoptManager* deopt) in ScopedDeoptimizationContext()