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