Home
last modified time | relevance | path

Searched refs:GetExceptionHandlers (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dgraph_checker.cc315 ArrayRef<HBasicBlock* const> handlers = try_boundary->GetExceptionHandlers(); in VisitTryBoundary()
521 for (HBasicBlock* catch_block : entry.GetExceptionHandlers()) { in VisitInstruction()
Dnodes.cc2026 return GetLastInstruction()->AsTryBoundary()->GetExceptionHandlers(); in GetExceptionalSuccessors()
2034 ArrayRef<HBasicBlock* const> handlers1 = GetExceptionHandlers(); in HasSameExceptionHandlersAs()
2035 ArrayRef<HBasicBlock* const> handlers2 = other.GetExceptionHandlers(); in HasSameExceptionHandlersAs()
Dinstruction_builder.cc217 for (HBasicBlock* catch_block : try_entry.GetExceptionHandlers()) { in PropagateLocalsToCatchBlocks()
Dnodes.h3279 ArrayRef<HBasicBlock* const> GetExceptionHandlers() const { in GetExceptionHandlers() function