Home
last modified time | relevance | path

Searched refs:HasSameExceptionHandlersAs (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_sinking.cc264 try_entry.HasSameExceptionHandlersAs( in FindIdealPosition()
Ddead_code_elimination.cc724 if (try_boundary->HasSameExceptionHandlersAs(*other_try_boundary)) { in RemoveUnneededTries()
Dnodes.cc2170 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary)); in ComputeTryEntryOfSuccessors()
2253 bool HTryBoundary::HasSameExceptionHandlersAs(const HTryBoundary& other) const { in HasSameExceptionHandlersAs() function in art::HTryBoundary
2832 DCHECK(try_catch_info->GetTryEntry().HasSameExceptionHandlersAs( in InlineInto()
Dgraph_checker.cc393 } else if (!incoming_try_entry->HasSameExceptionHandlersAs(stored_try_entry)) { in VisitBasicBlock()
Dnodes.h3623 bool HasSameExceptionHandlersAs(const HTryBoundary& other) const;