Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h460 size_t space_index = file.find(' ', last_slash); in FileExists() local
462 if (space_index == std::string::npos) { in FileExists()
466 std::string copy = file.substr(0, space_index - 1); in FileExists()
/art/runtime/gc/space/
Dimage_space.cc3836 for (size_t space_index = 0; space_index != image_space_count; ++space_index) { in GetBootClassPathChecksums() local
3837 const ImageSpace* space = image_spaces[image_pos + space_index]; in GetBootClassPathChecksums()
4053 for (size_t space_index = 0; space_index != image_space_count; ++space_index) { in VerifyBootClassPathChecksums() local
4054 const OatFile* oat_file = image_spaces[image_pos + space_index]->oat_file_non_owned_; in VerifyBootClassPathChecksums()
4058 CHECK_EQ(main_location, boot_class_path_locations[bcp_pos + space_index]); in VerifyBootClassPathChecksums()