Searched refs:HasSameExceptionHandlersAs (Results 1 – 5 of 5) sorted by relevance
264 try_entry.HasSameExceptionHandlersAs( in FindIdealPosition()
724 if (try_boundary->HasSameExceptionHandlersAs(*other_try_boundary)) { in RemoveUnneededTries()
2170 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary)); in ComputeTryEntryOfSuccessors()2253 bool HTryBoundary::HasSameExceptionHandlersAs(const HTryBoundary& other) const { in HasSameExceptionHandlersAs() function in art::HTryBoundary2832 DCHECK(try_catch_info->GetTryEntry().HasSameExceptionHandlersAs( in InlineInto()
393 } else if (!incoming_try_entry->HasSameExceptionHandlersAs(stored_try_entry)) { in VisitBasicBlock()
3623 bool HasSameExceptionHandlersAs(const HTryBoundary& other) const;