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
353 const char* oat_filename = oat_filenames[i].c_str(); in DoCompile() local
/art/runtime/
Doat_file_assistant.cc543 std::string* oat_filename, in DexLocationToOatFilename()
Doat_file.cc1607 const std::string& oat_filename, in Open()
/art/dex2oat/
Ddex2oat_test.cc1420 const std::string oat_filename = dir + "/base.oat"; in TEST_F() local
1528 const std::string oat_filename = dir + "/base.oat"; in TEST_F() local
1789 const std::string oat_filename = out_dir + "/base.oat"; in TEST_F() local
Ddex2oat.cc1451 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.cc2887 const char* oat_filename, in DumpOat()
2919 static int SymbolizeOat(const char* oat_filename, in SymbolizeOat()
2963 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