/art/runtime/ |
D | oat_file_test.cc | 39 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()
|
D | dexopt_test.cc | 98 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()
|
D | oat_file_manager.h | 63 const OatFile* FindOpenedOatFileFromOatLocation(const std::string& oat_location) const 149 const OatFile* FindOpenedOatFileFromOatLocationLocked(const std::string& oat_location) const
|
D | dexopt_test.h | 44 const std::string& oat_location,
|
D | oat_file.cc | 241 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 …]
|
D | oat_file_assistant_test.cc | 650 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 …]
|
D | oat_file_manager.cc | 117 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()
|
D | oat_file.h | 150 const std::string& oat_location,
|
/art/dexlayout/ |
D | dexdiag_test.cc | 62 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/ |
D | image_space_test.cc | 228 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()
|
D | image_space.cc | 2830 std::string oat_location = in OpenOatFile() local 2837 oat_location, in OpenOatFile() 2847 oat_location, in OpenOatFile()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 308 std::string oat_location = GetOdexDir() + "/OdexOatOverlap.oat"; in TEST_F() local 315 Copy(odex_location, oat_location); in TEST_F()
|
/art/libartbase/base/ |
D | file_utils.cc | 486 std::string GetVdexFilename(const std::string& oat_location) { in GetVdexFilename() argument 487 return ReplaceFileExtension(oat_location, "vdex"); in GetVdexFilename()
|
/art/oatdump/ |
D | oatdump.cc | 1780 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()
|