Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.h199 std::string oat_filename = ReplaceFileExtension(image_filename, "oat"); in DoCompile() local
348 const char* oat_filename = oat_filenames[i].c_str(); in DoCompile() local
/art/runtime/
Doat_file_assistant.cc536 std::string* oat_filename, in DexLocationToOatFilename()
Doat_file.cc1620 const std::string& oat_filename, in Open()
/art/dex2oat/
Ddex2oat_test.cc1409 const std::string oat_filename = dir + "/base.oat"; in TEST_F() local
1517 const std::string oat_filename = dir + "/base.oat"; in TEST_F() local
1778 const std::string oat_filename = out_dir + "/base.oat"; in TEST_F() local
Ddex2oat.cc1467 for (const std::string& oat_filename : oat_filenames_) { in OpenFile() local
/art/runtime/native/
Ddalvik_system_DexFile.cc841 std::string oat_filename = best_oat_file->GetLocation(); in DexFile_getDexFileOutputPaths() local
/art/oatdump/
Doatdump.cc2901 const char* oat_filename, in DumpOat()
2933 static int SymbolizeOat(const char* oat_filename, in SymbolizeOat()
2977 const char* oat_filename, in Dump()
/art/runtime/gc/space/
Dimage_space.cc2181 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(art_filename); in CompileExtension() local
3133 std::string oat_filename = in OpenOatFile() local