Searched refs:boundary (Results 1 – 4 of 4) sorted by relevance
2 being on try/catch boundary.
41 HTryBoundary* boundary = block->GetLastInstruction()->AsTryBoundary(); in IsExitTryBoundaryIntoExitBlock() local43 boundary->GetNormalFlowSuccessor()->IsExitBlock() && in IsExitTryBoundaryIntoExitBlock()44 !boundary->IsEntry(); in IsExitTryBoundaryIntoExitBlock()
392 for (const ObjPtr<mirror::Class>& boundary : boundaries) { in FindOneClassPathBoundaryForInterface() local393 if (destination->IsAssignableFrom(boundary)) { in FindOneClassPathBoundaryForInterface()394 return boundary.Ptr(); in FindOneClassPathBoundaryForInterface()
1249 # 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.