Searched refs:GetExceptionHandlers (Results 1 – 4 of 4) sorted by relevance
314 ArrayRef<HBasicBlock* const> handlers = try_boundary->GetExceptionHandlers(); in VisitTryBoundary()520 for (HBasicBlock* catch_block : entry.GetExceptionHandlers()) { in VisitInstruction()
2026 return GetLastInstruction()->AsTryBoundary()->GetExceptionHandlers(); in GetExceptionalSuccessors()2034 ArrayRef<HBasicBlock* const> handlers1 = GetExceptionHandlers(); in HasSameExceptionHandlersAs()2035 ArrayRef<HBasicBlock* const> handlers2 = other.GetExceptionHandlers(); in HasSameExceptionHandlersAs()
217 for (HBasicBlock* catch_block : try_entry.GetExceptionHandlers()) { in PropagateLocalsToCatchBlocks()
3207 ArrayRef<HBasicBlock* const> GetExceptionHandlers() const { in GetExceptionHandlers() function