Searched refs:GetLibCoreDexLocations (Results 1 – 9 of 9) sorted by relevance
/art/oatdump/ |
D | oatdump_test.h | 143 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in GenerateAppOdexFile() 201 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); 213 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); 223 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()));
|
/art/imgdiag/ |
D | imgdiag_test.cc | 94 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), in Exec()
|
/art/libartbase/base/ |
D | common_art_test.h | 188 std::vector<std::string> GetLibCoreDexLocations(const std::vector<std::string>& modules) const; 191 std::vector<std::string> GetLibCoreDexLocations() const;
|
D | common_art_test.cc | 432 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexLocations( in GetLibCoreDexLocations() function in art::CommonArtTestImpl 453 std::vector<std::string> CommonArtTestImpl::GetLibCoreDexLocations() const { in GetLibCoreDexLocations() function in art::CommonArtTestImpl 455 return GetLibCoreDexLocations(modules); in GetLibCoreDexLocations()
|
/art/dex2oat/linker/ |
D | image_write_read_test.cc | 69 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()), nullptr); in TestWriteRead()
|
/art/runtime/ |
D | dexopt_test.cc | 74 std::vector<std::string> libcore_dex_locations = GetLibCoreDexLocations(); in GenerateAlternateImage()
|
D | common_runtime_test.cc | 116 GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations()); in SetUp() 435 argv->push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in StartDex2OatCommandLine()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 52 argv_str.push_back(GetClassPathOption("-Xbootclasspath-locations:", GetLibCoreDexLocations())); in Analyze()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 65 std::vector<std::string> bcp_locations = GetLibCoreDexLocations(); in TEST_F()
|