Home
last modified time | relevance | path

Searched refs:odex_location (Results 1 – 7 of 7) sorted by relevance

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc131 std::string odex_location = GetOdexDir() + "/OatUpToDate.odex"; in TEST_F() local
133 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
146 std::string odex_location = GetOdexDir() + "/ProfileOatUpToDate.odex"; in TEST_F() local
148 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeedProfile); in TEST_F()
161 std::string odex_location = GetOdexDir() + "/VerifyAndEmptyProfiles.odex"; in TEST_F() local
164 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kVerify); in TEST_F()
189 std::string odex_location = GetOdexDir() + "/Downgrade.odex"; in TEST_F() local
191 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kVerify); in TEST_F()
204 std::string odex_location = GetOdexDir() + "/MultiDexOatUpToDate.odex"; in TEST_F() local
207 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
[all …]
/art/dex2oat/
Ddex2oat_test.cc71 const std::string& odex_location, in GenerateOdexForTestWithStatus() argument
83 oat_file.reset(OS::CreateEmptyFile(odex_location.c_str()));
84 CHECK(oat_file != nullptr) << odex_location;
86 args.push_back("--oat-location=" + odex_location);
88 args.push_back("--oat-file=" + odex_location);
109 const std::string& odex_location, in GenerateOdexForTest() argument
116 odex_location,
130 const std::string& odex_location, in GenerateOdexForTest() argument
151 odex_location, in GenerateOdexForTest()
165 odex_location.c_str(), in GenerateOdexForTest()
[all …]
Ddex2oat_vdex_test.cc43 const std::string& odex_location, in RunDex2oat() argument
49 args.push_back("--oat-file=" + odex_location);
/art/runtime/
Doat_file_assistant_test.cc159 std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex"; in TEST_F() local
168 "--oat-file=" + odex_location, in TEST_F()
191 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
206 args.push_back("--oat-file=" + odex_location); in TEST_F()
219 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
239 args.push_back("--oat-file=" + odex_location); in TEST_F()
303 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
305 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F()
340 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
342 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F()
[all …]
Ddexopt_test.h52 const std::string& odex_location,
Doat_file_manager.cc204 std::string odex_location; in OpenDexFilesFromOat() local
209 &odex_location, in OpenDexFilesFromOat()
222 odex_location.c_str(), in OpenDexFilesFromOat()
233 CHECK(oat_file == nullptr || odex_location == oat_file->GetLocation()) in OpenDexFilesFromOat()
235 << "optimization-status-location=" << odex_location in OpenDexFilesFromOat()
333 error_msgs->push_back("Failed to open dex files from " + odex_location); in OpenDexFilesFromOat()
Ddexopt_test.cc186 const std::string& odex_location, in GenerateOdexForTest() argument
191 odex_location, in GenerateOdexForTest()