Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc130 std::string odex_location = GetOdexDir() + "/OatUpToDate.odex"; in TEST_F() local
132 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
144 std::string odex_location = GetOdexDir() + "/ProfileOatUpToDate.odex"; in TEST_F() local
146 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeedProfile); in TEST_F()
159 std::string odex_location = GetOdexDir() + "/VerifyAndEmptyProfiles.odex"; in TEST_F() local
162 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kVerify); in TEST_F()
187 std::string odex_location = GetOdexDir() + "/Downgrade.odex"; in TEST_F() local
189 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kVerify); in TEST_F()
200 std::string odex_location = GetOdexDir() + "/MultiDexOatUpToDate.odex"; in TEST_F() local
203 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
[all …]
/art/dex2oat/
Ddex2oat_test.cc70 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);
108 const std::string& odex_location, in GenerateOdexForTest() argument
115 odex_location,
128 const std::string& odex_location, in GenerateOdexForTest() argument
149 dex_locations, odex_location, filter, &error_msg, extra_args, use_fd); in GenerateOdexForTest()
159 odex_location, in GenerateOdexForTest()
[all …]
Ddex2oat_vdex_test.cc41 const std::string& odex_location, in RunDex2oat() argument
47 args.push_back("--oat-file=" + odex_location);
/art/runtime/oat/
Doat_file_assistant_test.cc107 std::string odex_location; // ignored in VerifyOptimizationStatusWithInstance() local
114 &odex_location, &compilation_filter, &compilation_reason, &odex_status, &location); in VerifyOptimizationStatusWithInstance()
279 std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex"; in TEST_P() local
288 "--oat-file=" + odex_location, in TEST_P()
314 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
327 args.push_back("--oat-file=" + odex_location); in TEST_P()
344 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P() local
359 args.push_back("--oat-file=" + odex_location); in TEST_P()
451 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P() local
453 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_P()
[all …]
Doat_file_manager.cc231 std::string odex_location; in OpenDexFilesFromOat() local
237 &odex_location, &compilation_filter, &compilation_reason, &odex_status, &ignored_location); in OpenDexFilesFromOat()
241 odex_location.c_str(), in OpenDexFilesFromOat()
262 CHECK(oat_file == nullptr || odex_location == oat_file->GetLocation()) in OpenDexFilesFromOat()
264 << "optimization-status-location=" << odex_location in OpenDexFilesFromOat()
396 error_msgs->push_back("Failed to open dex files from " + odex_location); in OpenDexFilesFromOat()
/art/runtime/
Ddexopt_test.h53 const std::string& odex_location,
Ddexopt_test.cc178 const std::string& odex_location, in GenerateOdexForTest() argument
183 odex_location, in GenerateOdexForTest()