Home
last modified time | relevance | path

Searched refs:DexFileLoader (Results 26 – 35 of 35) sorted by relevance

12

/art/libdexfile/dex/
Dtest_dex_file_builder.h236 const DexFileLoader dex_file_loader; in Build()
Ddex_file.h886 friend class DexFileLoader; variable
Ddex_file_verifier_test.cc107 const DexFileLoader dex_file_loader; in OpenDexFileBase64()
/art/runtime/gc/space/
Dimage_space.cc3761 if (DexFileLoader::IsMultiDexLocation(dex_file_location.c_str())) { in ValidateOatFile()
3787 std::string multi_dex_location = DexFileLoader::GetMultiDexLocation( in ValidateOatFile()
3856 !DexFileLoader::IsMultiDexLocation(boot_class_path_tail.front()->GetLocation().c_str())); in GetBootClassPathChecksums()
3858 if (!DexFileLoader::IsMultiDexLocation(dex_file->GetLocation().c_str())) { in GetBootClassPathChecksums()
4059 CHECK(!DexFileLoader::IsMultiDexLocation(main_location.c_str())); in VerifyBootClassPathChecksums()
4062 if (DexFileLoader::IsMultiDexLocation( in VerifyBootClassPathChecksums()
/art/dexdump/
Ddexdump.cc1850 fprintf(gOutFile, ":%s", DexFileLoader::GetMultiDexClassesDexName(i).c_str()); in processDexFile()
1912 const DexFileLoader dex_file_loader; in processFile()
/art/runtime/jit/
Djit_code_cache.cc1624 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in GetProfiledMethods()
1680 DexFileLoader::GetBaseLocation(class_dex_file->GetLocation()))) { in GetProfiledMethods()
/art/tools/hiddenapi/
Dhiddenapi.cc729 DexFileLoader loader; in ReloadDex()
/art/libprofile/profile/
Dprofile_compilation_info.cc1676 std::string multidex_suffix = DexFileLoader::GetMultiDexSuffix( in DumpInfo()
1820 std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile()
/art/dex2oat/
Ddex2oat.cc1797 CHECK(!DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation().c_str())); in Setup()
1800 DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation().c_str())) { in Setup()
Ddex2oat_test.cc2279 std::string entry_name = DexFileLoader::GetMultiDexClassesDexName(0); in TEST_F()

12