Searched refs:odex_location (Results 1 – 7 of 7) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 130 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/ |
D | dex2oat_test.cc | 70 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 …]
|
D | dex2oat_vdex_test.cc | 41 const std::string& odex_location, in RunDex2oat() argument 47 args.push_back("--oat-file=" + odex_location);
|
/art/runtime/oat/ |
D | oat_file_assistant_test.cc | 107 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 …]
|
D | oat_file_manager.cc | 231 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/ |
D | dexopt_test.h | 53 const std::string& odex_location,
|
D | dexopt_test.cc | 178 const std::string& odex_location, in GenerateOdexForTest() argument 183 odex_location, in GenerateOdexForTest()
|