Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc2255 ArrayRef<const std::string> boot_class_path_tail = in GetBootClassPathChecksums() local
2257 for (const std::string& bcp_filename : boot_class_path_tail) { in GetBootClassPathChecksums()
2303 ArrayRef<const DexFile* const> boot_class_path_tail = in GetBootClassPathChecksums() local
2305 DCHECK(boot_class_path_tail.empty() || in GetBootClassPathChecksums()
2306 !DexFileLoader::IsMultiDexLocation(boot_class_path_tail.front()->GetLocation().c_str())); in GetBootClassPathChecksums()
2307 for (const DexFile* dex_file : boot_class_path_tail) { in GetBootClassPathChecksums()