Searched defs:oat_location (Results 1 – 7 of 7) sorted by relevance
/art/compiler/ |
D | elf_patcher.h | 49 const std::string& oat_location, in Patch()
|
D | elf_patcher.cc | 40 const std::string& oat_location, in Patch()
|
D | image_writer.cc | 78 const std::string& oat_location, in Write()
|
/art/dex2oat/ |
D | dex2oat.cc | 338 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/ |
D | class_linker.cc | 702 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()
|
D | runtime.cc | 612 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_location.c_str()); in OpenDexFilesFromImage() local
|
/art/oatdump/ |
D | oatdump.cc | 1040 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename); in Dump() local
|