Home
last modified time | relevance | path

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

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