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

/art/dexoptanalyzer/
H A Ddexoptanalyzer_test.cc199 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; local
202 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
211 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex"; local
214 GeneratePicOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
225 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex"; local
233 GeneratePicOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
259 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; local
263 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
267 Copy(odex_location, oat_location);
275 std::string odex_location local
287 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex"; local
[all...]
/art/dex2oat/
H A Ddex2oat_test.cc55 const std::string& odex_location,
64 oat_file.reset(OS::CreateEmptyFile(odex_location.c_str()));
65 CHECK(oat_file != nullptr) << odex_location;
67 args.push_back("--oat-location=" + odex_location);
69 args.push_back("--oat-file=" + odex_location);
85 const std::string& odex_location,
92 odex_location,
102 std::unique_ptr<OatFile> odex_file(OatFile::Open(odex_location.c_str(),
103 odex_location.c_str(),
119 std::unique_ptr<OatFile> odex_file(OatFile::Open(odex_location
54 GenerateOdexForTestWithStatus(const std::string& dex_location, const std::string& odex_location, CompilerFilter::Filter filter, std::string* error_msg, const std::vector<std::string>& extra_args = {}, bool use_fd = false) argument
84 GenerateOdexForTest(const std::string& dex_location, const std::string& odex_location, CompilerFilter::Filter filter, const std::vector<std::string>& extra_args = {}, bool expect_success = true, bool use_fd = false) argument
243 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex"; local
471 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; local
482 CheckResult(const std::string& dex_location, const std::string& odex_location, CompilerFilter::Filter filter, bool expect_large) argument
619 CompileProfileOdex(const std::string& dex_location, const std::string& odex_location, const std::string& app_image_file_name, bool use_fd, size_t num_profile_classes, const std::vector<std::string>& extra_args = {}, bool expect_success = true) argument
673 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; local
710 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; local
747 CheckResult(const std::string& dex_location, const std::string& odex_location, const std::string& app_image_file_name) argument
832 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex"; local
869 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex"; local
[all...]
/art/runtime/
H A Ddexopt_test.h54 const std::string& odex_location,
58 const std::string& odex_location,
H A Doat_file_assistant_test.cc126 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; local
128 GeneratePicOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
154 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; local
157 GeneratePicOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
268 std::string odex_location = GetOdexDir() + "/VdexUpToDateNoOdex.oat"; local
274 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
275 ASSERT_EQ(0, unlink(odex_location.c_str()));
295 std::string odex_location = GetOdexDir() + "/EmptyVdexOdex.oat"; local
300 ScratchFile odex_file(odex_location.c_str());
439 std::string odex_location local
471 std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex"; local
538 std::string odex_location = GetOdexDir() + "/VdexDexOutOfDate.oat"; local
560 std::string odex_location = GetOdexDir() + "/VdexMultiDexNonMainOutOfDate.odex"; local
646 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; local
673 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex"; local
705 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex"; local
784 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; local
823 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex"; local
1122 std::string odex_location = GetOdexDir() + "/LoadDexOdexNoOat.odex"; local
1144 std::string odex_location = GetOdexDir() + "/LoadMultiDexOdexNoOat.odex"; local
[all...]
H A Ddexopt_test.cc146 const std::string& odex_location,
149 odex_location,
157 const std::string& odex_location,
160 odex_location,
145 GenerateOdexForTest(const std::string& dex_location, const std::string& odex_location, CompilerFilter::Filter filter) argument
156 GeneratePicOdexForTest(const std::string& dex_location, const std::string& odex_location, CompilerFilter::Filter filter) argument

Completed in 90 milliseconds