Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dgraph_checker.cc267 } else if (!incoming_try_entry->HasSameExceptionHandlersAs(stored_try_entry)) { in VisitBasicBlock()
H A Dnodes.cc2222 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary)); in ComputeTryEntryOfSuccessors()
2305 bool HTryBoundary::HasSameExceptionHandlersAs(const HTryBoundary& other) const { in HasSameExceptionHandlersAs() function in art::HTryBoundary
H A Dnodes.h3491 bool HasSameExceptionHandlersAs(const HTryBoundary& other) const;