Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader.h66 static bool IsMultiDexLocation(std::string_view location);
107 bool is_primary_dex = !IsMultiDexLocation(dex_file->GetLocation()); in GetMultiDexChecksum()
Ddex_file_loader.cc141 bool DexFileLoader::IsMultiDexLocation(std::string_view location) { in IsMultiDexLocation() function in art::DexFileLoader
150 DCHECK(!IsMultiDexLocation(dex_location)); in GetMultiDexLocation()
/art/runtime/native/
Djava_lang_VMClassLoader.cc140 return !DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()); in VMClassLoader_getBootClassPathEntries()
/art/runtime/
Druntime.cc3445 DCHECK(!DexFileLoader::IsMultiDexLocation(filename)); in AppendToBootClassPath()
3448 DCHECK(!DexFileLoader::IsMultiDexLocation(location)); in AppendToBootClassPath()
3461 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AppendToBootClassPath()
3474 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AppendToBootClassPath()
3489 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AppendToBootClassPath()
3503 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation()), in AddExtraBootDexFiles()
/art/runtime/gc/space/
Dimage_space.cc3492 if (DexFileLoader::IsMultiDexLocation(oat_dex_files[i]->GetDexFileLocation())) { in ValidateOatFile()
3568 !DexFileLoader::IsMultiDexLocation(boot_class_path_tail.front()->GetLocation())); in GetBootClassPathChecksums()
3676 CHECK(!DexFileLoader::IsMultiDexLocation(main_location)); in VerifyBootClassPathChecksums()
3679 if (!DexFileLoader::IsMultiDexLocation( in VerifyBootClassPathChecksums()
/art/dex2oat/
Ddex2oat.cc1573 CHECK(!DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation())); in Setup()
1576 DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation())) { in Setup()
/art/runtime/oat/
Doat_file.cc822 bool is_multidex = DexFileLoader::IsMultiDexLocation(dex_file_location); in Setup()