Home
last modified time | relevance | path

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

/art/test/547-regression-trycatch-critical-edge/
Dinfo.txt2 being on try/catch boundary.
/art/compiler/optimizing/
Dgraph_checker.cc39 HTryBoundary* boundary = block->GetLastInstruction()->AsTryBoundary(); in IsExitTryBoundaryIntoExitBlock() local
41 boundary->GetNormalFlowSuccessor()->IsExitBlock() && in IsExitTryBoundaryIntoExitBlock()
42 !boundary->IsEntry(); in IsExitTryBoundaryIntoExitBlock()
/art/test/510-checker-try-catch/smali/
DBuilder.smali1249 # INVOKE it follows, even if there is a try boundary between them.
1276 # FILLED_NEW_ARRAY it follows, even if there is a try boundary between them.