Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.h190 std::string oat_filename = ReplaceFileExtension(image_filename, "oat"); in Compile() local
358 const char* oat_filename = oat_filenames[i].c_str(); in Compile() local
/art/dex2oat/
Ddex2oat_test.cc1362 const std::string oat_filename = dir + "/base.oat"; in TEST_F() local
1476 const std::string oat_filename = dir + "/base.oat"; in TEST_F() local
1721 const std::string oat_filename = out_dir + "/base.oat"; in TEST_F() local
Ddex2oat.cc1318 for (const char* oat_filename : oat_filenames_) { in OpenFile() local
2708 const char* oat_filename = oat_filenames_[i]; in CreateImageFile() local
/art/runtime/
Doat_file_assistant.cc864 std::string* oat_filename, in DexLocationToOatFilename()
Doat_file.cc1406 const std::string& oat_filename, in Open()
Druntime.cc995 std::string oat_filename = in OpenDexFilesFromImage() local
/art/runtime/native/
Ddalvik_system_DexFile.cc780 std::string oat_filename = best_oat_file->GetLocation(); in DexFile_getDexFileOutputPaths() local
/art/oatdump/
Doatdump.cc3087 const char* oat_filename, in DumpOat()
3117 static int SymbolizeOat(const char* oat_filename, in SymbolizeOat()
3159 const char* oat_filename, in Dump()
/art/runtime/gc/space/
Dimage_space.cc1417 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(image_path); in OpenOatFile() local