Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.cc301 if (IsDebugDump() && block->GetExceptionalSuccessors().empty() && !has_slow_paths) { in PrintExceptionHandlers()
306 for (HBasicBlock* handler : block->GetExceptionalSuccessors()) { in PrintExceptionHandlers()
Dgraph_checker.cc325 for (HBasicBlock* successor : block->GetExceptionalSuccessors()) { in VisitBasicBlock()
Dnodes.cc2244 ArrayRef<HBasicBlock* const> HBasicBlock::GetExceptionalSuccessors() const { in GetExceptionalSuccessors() function in art::HBasicBlock
2829 try_catch_info->GetTryEntry().GetBlock()->GetExceptionalSuccessors()) { in InlineInto()
Dnodes.h1137 ArrayRef<HBasicBlock* const> GetExceptionalSuccessors() const;