Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc74 const std::string& odex_location, in GenerateOdexForTestWithStatus() argument
86 oat_file.reset(OS::CreateEmptyFile(odex_location.c_str()));
87 CHECK(oat_file != nullptr) << odex_location;
89 args.push_back("--oat-location=" + odex_location);
91 args.push_back("--oat-file=" + odex_location);
112 const std::string& odex_location, in GenerateOdexForTest() argument
119 odex_location,
133 const std::string& odex_location, in GenerateOdexForTest() argument
154 odex_location, in GenerateOdexForTest()
168 odex_location.c_str(), in GenerateOdexForTest()
[all …]
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc221 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F() local
224 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
234 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex"; in TEST_F() local
237 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
248 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex"; in TEST_F() local
256 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
281 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F() local
285 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
289 Copy(odex_location, oat_location); in TEST_F()
297 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex"; in TEST_F() local
[all …]
/art/runtime/
Doat_file_assistant_test.cc141 std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex"; in TEST_F() local
150 "--oat-file=" + odex_location, in TEST_F()
170 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
185 args.push_back("--oat-file=" + odex_location); in TEST_F()
197 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
212 args.push_back("--oat-file=" + odex_location); in TEST_F()
270 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
272 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F()
299 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F() local
301 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F()
[all …]
Ddexopt_test.h52 const std::string& odex_location,
Ddexopt_test.cc166 const std::string& odex_location, in GenerateOdexForTest() argument
171 odex_location, in GenerateOdexForTest()