Home
last modified time | relevance | path

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

/art/test/547-regression-trycatch-critic-edge/
Dinfo.txt2 being on try/catch boundary.
/art/libartbase/base/
Dutils.cc140 uintptr_t boundary = std::min(next_page, limit); in FlushCpuCaches() local
141 if (!TouchAndFlushCacheLinesWithinPage(start, boundary, kMaxFlushAttempts)) { in FlushCpuCaches()
144 start = boundary; in FlushCpuCaches()
/art/compiler/optimizing/
Dgraph_checker.cc55 HTryBoundary* boundary = block->GetLastInstruction()->AsTryBoundary(); in IsExitTryBoundaryIntoExitBlock() local
57 boundary->GetNormalFlowSuccessor()->IsExitBlock() && in IsExitTryBoundaryIntoExitBlock()
58 !boundary->IsEntry(); in IsExitTryBoundaryIntoExitBlock()
/art/runtime/verifier/
Dverifier_deps.cc402 for (const ObjPtr<mirror::Class>& boundary : boundaries) { in FindOneClassPathBoundaryForInterface() local
403 if (destination->IsAssignableFrom(boundary)) { in FindOneClassPathBoundaryForInterface()
404 return boundary; 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.