Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2651 TryCatchInformation* try_catch_info = in UpdateLoopAndTryInformationOfNewBlock() local
2653 block->SetTryCatchInformation(try_catch_info); in UpdateLoopAndTryInformationOfNewBlock()
2826 TryCatchInformation* try_catch_info = predecessor->GetTryCatchInformation(); in InlineInto() local
2827 new_block->SetTryCatchInformation(try_catch_info); in InlineInto()
2829 try_catch_info->GetTryEntry().GetBlock()->GetExceptionalSuccessors()) { in InlineInto()
2832 DCHECK(try_catch_info->GetTryEntry().HasSameExceptionHandlersAs( in InlineInto()