Searched refs:odex_location (Results 1 – 5 of 5) sorted by relevance
/art/dex2oat/ |
D | dex2oat_test.cc | 73 const std::string& odex_location, in GenerateOdexForTestWithStatus() argument 85 oat_file.reset(OS::CreateEmptyFile(odex_location.c_str())); 86 CHECK(oat_file != nullptr) << odex_location; 88 args.push_back("--oat-location=" + odex_location); 90 args.push_back("--oat-file=" + odex_location); 111 const std::string& odex_location, in GenerateOdexForTest() argument 117 odex_location, 130 const std::string& odex_location, in GenerateOdexForTest() argument 138 odex_location, in GenerateOdexForTest() 152 odex_location.c_str(), in GenerateOdexForTest() [all …]
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 214 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F() local 217 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 227 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex"; in TEST_F() local 230 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 241 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex"; in TEST_F() local 249 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 274 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F() local 278 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 282 Copy(odex_location, oat_location); in TEST_F() 290 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex"; in TEST_F() local [all …]
|
/art/runtime/ |
D | oat_file_assistant_test.cc | 112 std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex"; in TEST_F() local 121 "--oat-file=" + odex_location, in TEST_F() 141 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local 156 args.push_back("--oat-file=" + odex_location); in TEST_F() 168 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local 183 args.push_back("--oat-file=" + odex_location); in TEST_F() 243 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local 245 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F() 272 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local 274 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F() [all …]
|
D | dexopt_test.h | 50 const std::string& odex_location,
|
D | dexopt_test.cc | 144 const std::string& odex_location, in GenerateOdexForTest() argument 149 odex_location, in GenerateOdexForTest()
|