Home
last modified time | relevance | path

Searched refs:GetLibCoreDexLocations (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/oatdump/
H A Doatdump_test.h143 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in GenerateAppOdexFile()
201 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
213 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
223 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
/aosp12/art/libartbase/base/
H A Dcommon_art_test.h152 std::vector<std::string> GetLibCoreDexLocations(const std::vector<std::string>& modules) const;
155 std::vector<std::string> GetLibCoreDexLocations() const;
H A Dcommon_art_test.cc469 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexLocations( in GetLibCoreDexLocations() function in art::CommonArtTestImpl
485 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexLocations() const { in GetLibCoreDexLocations() function in art::CommonArtTestImpl
487 return GetLibCoreDexLocations(modules); in GetLibCoreDexLocations()
/aosp12/art/imgdiag/
H A Dimgdiag_test.cc94 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in Exec()
/aosp12/art/dex2oat/linker/
H A Dimage_write_read_test.cc69 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), nullptr); in TestWriteRead()
/aosp12/art/runtime/
H A Dcommon_runtime_test.cc93 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()); in SetUp()
416 argv->push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in StartDex2OatCommandLine()
H A Ddexopt_test.cc77 std::vector<std::string> libcore_dex_locations = GetLibCoreDexLocations(); in GenerateAlternateImage()
/aosp12/art/dexoptanalyzer/
H A Ddexoptanalyzer_test.cc60 argv_str.push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Analyze()
/aosp12/art/runtime/gc/space/
H A Dimage_space_test.cc64 std::vector<std::string> bcp_locations = GetLibCoreDexLocations(); in TEST_F()