Searched defs:dex_locations (Results 1 – 12 of 12) sorted by relevance
/aosp12/art/runtime/ |
H A D | dex2oat_environment_test.h | 73 std::vector<std::string> dex_locations; in SetUp() local
|
H A D | dexopt_test.cc | 89 ArrayRef<const std::string> dex_locations(libcore_dex_locations); in GenerateAlternateImage() local
|
H A D | class_loader_context.cc | 426 std::vector<std::string> dex_locations; in OpenDexFiles() local 569 std::vector<std::string> dex_locations; in EncodeClassPathContexts() local 630 const std::vector<std::string>& dex_locations, in EncodeClassPath()
|
H A D | common_runtime_test.cc | 432 ArrayRef<const std::string> dex_locations, in CompileBootImage()
|
H A D | oat_file_assistant.cc | 870 ArrayRef<const std::string> dex_locations(&oat_file_assistant_->dex_location_, in GetFile() local
|
H A D | runtime.cc | 1209 ArrayRef<const std::string> dex_locations, in OpenBootDexFiles()
|
/aosp12/art/libdexfile/dex/ |
H A D | art_dex_file_loader_test.cc | 67 std::vector<std::string> dex_locations; in TEST_F() local 84 std::vector<std::string> dex_locations; in TEST_F() local
|
H A D | art_dex_file_loader.cc | 89 std::vector<std::string>* dex_locations, in GetMultiDexChecksums()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 432 const std::vector<std::string>& dex_locations, in SetupArgs() 502 const std::vector<std::string>& dex_locations = std::vector<std::string>(), in SetupMerge() 523 std::vector<std::string> dex_locations = {dex_location}; in SetupCopyAndUpdate() local 535 const std::vector<std::string>& dex_locations, in SetupDump() 574 const std::vector<std::string>& dex_locations = std::vector<std::string>(); in analyze_profiles() local 709 std::vector<std::string> dex_locations; in dump_profiles() local 2407 std::vector<std::string>* dex_locations) { in open_classpath_files() 2446 std::vector<std::string> dex_locations; in create_app_profile_snapshot() local 2527 std::vector<std::string> dex_locations; in create_boot_image_profile_snapshot() local
|
/aosp12/art/odrefresh/ |
H A D | odrefresh.cc | 419 std::vector<std::string> dex_locations; in GenerateComponents() local
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space.cc | 1886 std::set<std::string> dex_locations; in CompileExtension() local 3484 std::vector<std::string> dex_locations; in VerifyBootClassPathChecksums() local 3613 ArrayRef<const std::string> dex_locations, in ExpandMultiImageLocations()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_test.cc | 70 int GenerateOdexForTestWithStatus(const std::vector<std::string>& dex_locations, in GenerateOdexForTestWithStatus() 137 std::vector<std::string> dex_locations; in GenerateOdexForTest() local
|