Home
last modified time | relevance | path

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

/art/test/547-regression-trycatch-critic-edge/
Dinfo.txt2 being on try/catch boundary.
/art/compiler/optimizing/
Dgraph_checker.cc41 HTryBoundary* boundary = block->GetLastInstruction()->AsTryBoundary(); in IsExitTryBoundaryIntoExitBlock() local
43 boundary->GetNormalFlowSuccessor()->IsExitBlock() && in IsExitTryBoundaryIntoExitBlock()
44 !boundary->IsEntry(); in IsExitTryBoundaryIntoExitBlock()
/art/runtime/verifier/
Dverifier_deps.cc392 for (const ObjPtr<mirror::Class>& boundary : boundaries) { in FindOneClassPathBoundaryForInterface() local
393 if (destination->IsAssignableFrom(boundary)) { in FindOneClassPathBoundaryForInterface()
394 return boundary.Ptr(); in FindOneClassPathBoundaryForInterface()
/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.