Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc3354 for (size_t space_index = 0; space_index != image_space_count; ++space_index) { in GetBootClassPathChecksums() local
3355 const ImageSpace* space = image_spaces[image_pos + space_index]; in GetBootClassPathChecksums()
3565 for (size_t space_index = 0; space_index != image_space_count; ++space_index) { in VerifyBootClassPathChecksums() local
3566 const OatFile* oat_file = image_spaces[image_pos + space_index]->oat_file_non_owned_; in VerifyBootClassPathChecksums()
3570 CHECK_EQ(main_location, boot_class_path_locations[bcp_pos + space_index]); in VerifyBootClassPathChecksums()