Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.h206 std::string oat_filename = ReplaceFileExtension(image_filename, "oat"); in DoCompile() local
/art/runtime/oat/
Doat_file_assistant.cc652 std::string* oat_filename, in DexLocationToOatFilename()
662 std::string* oat_filename, in DexLocationToOatFilename()
Doat_file.cc1906 const std::string& oat_filename, in Open()
/art/oatdump/
Doatdump.cc354 const char* oat_filename, in OatDumperOptions()
2491 static std::unique_ptr<OatFile> OpenOat(const std::string& oat_filename, in OpenOat()
2667 static int SymbolizeOat(const char* oat_filename, in SymbolizeOat()
2704 const char* oat_filename, in Dump()
/art/runtime/native/
Ddalvik_system_DexFile.cc906 std::string oat_filename; in DexFile_getDexFileOutputPaths() local
/art/runtime/gc/space/
Dimage_space.cc1757 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(art_filename); in ValidateOatFile() local
1956 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(art_filename); in CompileBootclasspathElements() local
2865 std::string oat_filename = in OpenOatFile() local
/art/dex2oat/
Ddex2oat.cc1253 for (const std::string& oat_filename : oat_filenames_) { in OpenFile() local