Searched refs:boundary (Results 1 – 5 of 5) sorted by relevance
2 being on try/catch boundary.
139 uintptr_t boundary = std::min(next_page, limit); in FlushCpuCaches() local140 if (!TouchAndFlushCacheLinesWithinPage(start, boundary, kMaxFlushAttempts)) { in FlushCpuCaches()143 start = boundary; in FlushCpuCaches()
55 HTryBoundary* boundary = block->GetLastInstruction()->AsTryBoundary(); in IsExitTryBoundaryIntoExitBlock() local57 boundary->GetNormalFlowSuccessor()->IsExitBlock() && in IsExitTryBoundaryIntoExitBlock()58 !boundary->IsEntry(); in IsExitTryBoundaryIntoExitBlock()
402 for (const ObjPtr<mirror::Class>& boundary : boundaries) { in FindOneClassPathBoundaryForInterface() local403 if (destination->IsAssignableFrom(boundary)) { in FindOneClassPathBoundaryForInterface()404 return boundary; 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.