Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_VMClassLoader.cc137 return !DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str()); in VMClassLoader_getBootClassPathEntries()
/art/runtime/
Doat_file_assistant_context.cc80 if (!DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str())) {
Druntime.cc3497 DCHECK(!DexFileLoader::IsMultiDexLocation(filename.c_str())); in AppendToBootClassPath()
3500 DCHECK(!DexFileLoader::IsMultiDexLocation(location.c_str())); in AppendToBootClassPath()
3513 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str()), in AppendToBootClassPath()
3526 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str()), in AppendToBootClassPath()
3541 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str()), in AppendToBootClassPath()
3555 DCHECK_NE(DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str()), in AddExtraBootDexFiles()
Doat_file.cc692 bool is_multidex = DexFileLoader::IsMultiDexLocation(dex_file_location.c_str()); in Setup()
/art/libdexfile/dex/
Ddex_file_loader.h65 static bool IsMultiDexLocation(const char* location);
Ddex_file_loader.cc142 bool DexFileLoader::IsMultiDexLocation(const char* location) { in IsMultiDexLocation() function in art::DexFileLoader
/art/runtime/gc/space/
Dimage_space.cc3458 if (DexFileLoader::IsMultiDexLocation(oat_dex_file->GetDexFileLocation().c_str())) { in ValidateOatFile()
3561 !DexFileLoader::IsMultiDexLocation(boot_class_path_tail.front()->GetLocation().c_str())); in GetBootClassPathChecksums()
3563 if (!DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str())) { in GetBootClassPathChecksums()
3670 CHECK(!DexFileLoader::IsMultiDexLocation(main_location.c_str())); in VerifyBootClassPathChecksums()
3673 if (!DexFileLoader::IsMultiDexLocation( in VerifyBootClassPathChecksums()
/art/dex2oat/
Ddex2oat.cc1594 CHECK(!DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation().c_str())); in Setup()
1597 DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation().c_str())) { in Setup()