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.cc3371 ArrayRef<const DexFile* const> boot_class_path_tail = in GetBootClassPathChecksums() local
3373 DCHECK(boot_class_path_tail.empty() || in GetBootClassPathChecksums()
3374 !DexFileLoader::IsMultiDexLocation(boot_class_path_tail.front()->GetLocation().c_str())); in GetBootClassPathChecksums()
3375 for (const DexFile* dex_file : boot_class_path_tail) { in GetBootClassPathChecksums()