Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc3440 size_t bcp_size = in VerifyBootClassPathChecksums() local
3442 if (bcp_size == static_cast<size_t>(-1)) { in VerifyBootClassPathChecksums()
3451 boot_class_path.SubArray(/*pos=*/ 0u, bcp_size), in VerifyBootClassPathChecksums()
3452 boot_class_path_locations.SubArray(/*pos=*/ 0u, bcp_size)); in VerifyBootClassPathChecksums()
3473 for ( ; bcp_pos != bcp_size; ++bcp_pos) { in VerifyBootClassPathChecksums()
3503 if (bcp_pos + 1u != bcp_size) { in VerifyBootClassPathChecksums()