Searched refs:GetExceptionHandlers (Results 1 - 4 of 4) sorted by last modified time

/art/compiler/optimizing/
H A Dgraph_checker.cc271 ArrayRef<HBasicBlock* const> handlers = try_boundary->GetExceptionHandlers();
471 for (HBasicBlock* catch_block : entry.GetExceptionHandlers()) {
H A Dinstruction_builder.cc162 for (HBasicBlock* catch_block : try_entry.GetExceptionHandlers()) {
H A Dnodes.cc1605 return GetLastInstruction()->AsTryBoundary()->GetExceptionHandlers();
1613 ArrayRef<HBasicBlock* const> handlers1 = GetExceptionHandlers();
1614 ArrayRef<HBasicBlock* const> handlers2 = other.GetExceptionHandlers();
H A Dnodes.h2747 ArrayRef<HBasicBlock* const> GetExceptionHandlers() const { function in class:art::HTryBoundary::BoundaryKind

Completed in 26 milliseconds