Home
last modified time | relevance | path

Searched defs:oat_location (Results 1 – 7 of 7) sorted by relevance

/art/compiler/
Delf_patcher.h49 const std::string& oat_location, in Patch()
Delf_patcher.cc40 const std::string& oat_location, in Patch()
Dimage_writer.cc78 const std::string& oat_location, in Write()
/art/dex2oat/
Ddex2oat.cc338 const std::string& oat_location, std::string* error_msg) { in PatchOatCode()
358 const std::string& oat_location, in CreateOatFile()
468 const std::string& oat_location, in CreateImageFile()
858 std::string oat_location; in dex2oat() local
/art/runtime/
Dclass_linker.cc702 const OatFile::OatDexFile* ClassLinker::FindOpenedOatDexFile(const char* oat_location, in FindOpenedOatDexFile()
827 bool ClassLinker::OpenDexFilesFromOat(const char* dex_location, const char* oat_location, in OpenDexFilesFromOat()
981 const char* oat_location, in FindOatFileInOatLocationForDexFile()
1045 int fd, const char* oat_location, in CreateOatFileForDexLocation()
1235 const OatFile* ClassLinker::FindOpenedOatFileFromOatLocation(const std::string& oat_location) { in FindOpenedOatFileFromOatLocation()
1566 const OatFile* ClassLinker::FindOatFileFromOatLocation(const std::string& oat_location, in FindOatFileFromOatLocation()
Druntime.cc612 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_location.c_str()); in OpenDexFilesFromImage() local
/art/oatdump/
Doatdump.cc1040 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); in Dump() local