Home
last modified time | relevance | path

Searched refs:oat_location (Results 1 – 14 of 14) sorted by relevance

/art/runtime/
Doat_file_test.cc39 std::string oat_location; in TEST_F() local
42 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg; in TEST_F()
44 oat_location.c_str(), in TEST_F()
45 oat_location.c_str(), in TEST_F()
62 std::string oat_location; in TEST_F() local
65 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg; in TEST_F()
70 oat_location.c_str(), in TEST_F()
71 oat_location.c_str(), in TEST_F()
85 oat_location, in TEST_F()
86 oat_location, in TEST_F()
Ddexopt_test.cc98 const std::string& oat_location, in GenerateOatForTest() argument
105 args.push_back("--oat-file=" + oat_location); in GenerateOatForTest()
156 oat_location.c_str(), in GenerateOatForTest()
157 oat_location.c_str(), in GenerateOatForTest()
201 std::string oat_location; in GenerateOatForTest() local
204 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg; in GenerateOatForTest()
206 oat_location, in GenerateOatForTest()
Doat_file_manager.h63 const OatFile* FindOpenedOatFileFromOatLocation(const std::string& oat_location) const
149 const OatFile* FindOpenedOatFileFromOatLocationLocked(const std::string& oat_location) const
Ddexopt_test.h44 const std::string& oat_location,
Doat_file.cc241 const std::string& oat_location, in OpenOatFile() argument
248 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(oat_location, executable)); in OpenOatFile()
259 if (!ret->ComputeFields(oat_location, error_msg)) { in OpenOatFile()
263 ret->PreSetup(oat_location); in OpenOatFile()
1732 const std::string& oat_location, in Open() argument
1738 ScopedTrace trace("Open oat file " + oat_location); in Open()
1739 CHECK(!oat_filename.empty()) << oat_location; in Open()
1740 CheckLocation(oat_location); in Open()
1757 oat_location, in Open()
1774 oat_location); in Open()
[all …]
Doat_file_assistant_test.cc650 std::string oat_location; in TEST_F() local
653 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg; in TEST_F()
657 ASSERT_EQ(0, unlink(oat_location.c_str())); in TEST_F()
1248 const std::string& oat_location, in RaceGenerateTask() argument
1252 oat_location_(oat_location), in RaceGenerateTask()
1302 std::string oat_location = GetOdexDir() + "/RaceToGenerate.oat"; in TEST_F() local
1319 new RaceGenerateTask(*this, dex_location, oat_location, &lock)); in TEST_F()
1497 std::string oat_location = GetOdexDir() + "/TestDex.odex"; in TEST_F() local
1524 args.push_back("--oat-file=" + oat_location); in TEST_F()
1552 std::string oat_location = odex_dir + "/" + filebase + ".odex"; in TEST_F() local
[all …]
Doat_file_manager.cc117 const OatFile* OatFileManager::FindOpenedOatFileFromOatLocation(const std::string& oat_location) in FindOpenedOatFileFromOatLocation()
120 return FindOpenedOatFileFromOatLocationLocked(oat_location); in FindOpenedOatFileFromOatLocation()
124 const std::string& oat_location) const { in FindOpenedOatFileFromOatLocationLocked()
126 if (oat_file->GetLocation() == oat_location) { in FindOpenedOatFileFromOatLocationLocked()
Doat_file.h150 const std::string& oat_location,
/art/dexlayout/
Ddexdiag_test.cc62 std::string oat_location = GetSystemImageFilename(default_location.c_str(), kRuntimeISA); in OpenOatAndVdexFiles() local
63 EXPECT_TRUE(!oat_location.empty()); in OpenOatAndVdexFiles()
64 std::cout << "==" << oat_location << std::endl; in OpenOatAndVdexFiles()
67 oat_location.c_str(), in OpenOatAndVdexFiles()
68 oat_location.c_str(), in OpenOatAndVdexFiles()
/art/runtime/gc/space/
Dimage_space_test.cc228 std::string oat_location = GetScratchDir() + "/Oat.oat"; in TEST_F() local
239 args.push_back("--oat-file=" + oat_location); in TEST_F()
243 oat_location.c_str(), in TEST_F()
244 oat_location.c_str(), in TEST_F()
254 oat_location.c_str(), in TEST_F()
255 oat_location.c_str(), in TEST_F()
Dimage_space.cc2830 std::string oat_location = in OpenOatFile() local
2837 oat_location, in OpenOatFile()
2847 oat_location, in OpenOatFile()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc308 std::string oat_location = GetOdexDir() + "/OdexOatOverlap.oat"; in TEST_F() local
315 Copy(odex_location, oat_location); in TEST_F()
/art/libartbase/base/
Dfile_utils.cc486 std::string GetVdexFilename(const std::string& oat_location) { in GetVdexFilename() argument
487 return ReplaceFileExtension(oat_location, "vdex"); in GetVdexFilename()
/art/oatdump/
Doatdump.cc1780 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); in Dump() local
1781 os << "OAT LOCATION: " << oat_location; in Dump()
1786 oat_file = runtime->GetOatFileManager().FindOpenedOatFileFromOatLocation(oat_location); in Dump()
1790 oat_location, in Dump()
1791 oat_location, in Dump()