Home
last modified time | relevance | path

Searched defs:vdex_filename (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Dvdex_file.h206 static std::unique_ptr<VdexFile> Open(const std::string& vdex_filename, in Open()
224 const std::string& vdex_filename, in Open()
Dvdex_file.cc101 const std::string& vdex_filename, in OpenAtAddress()
147 const std::string& vdex_filename, in OpenAtAddress()
Doat_file.cc196 const std::string& vdex_filename, in OpenOatFile()
282 bool OatFileBase::LoadVdex(const std::string& vdex_filename, in LoadVdex()
304 const std::string& vdex_filename, in LoadVdex()
1631 std::string vdex_filename = GetVdexFilename(oat_filename); in Open() local
Doat_file_assistant.cc437 /* out */ std::string* vdex_filename) { in AnonymousDexVdexLocation()
723 std::string vdex_filename = GetVdexFilename(filename_); in Status() local
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc95 std::string vdex_filename; in Java_Main_hasVdexFile() local
/art/dex2oat/linker/
Dimage_test.h202 std::string vdex_filename = ReplaceFileExtension(image_filename, "vdex"); in DoCompile() local
/art/runtime/native/
Ddalvik_system_DexFile.cc842 std::string vdex_filename = GetVdexFilename(best_oat_file->GetLocation()); in DexFile_getDexFileOutputPaths() local
/art/dex2oat/
Ddex2oat_test.cc1410 const std::string vdex_filename = dir + "/base.vdex"; in TEST_F() local
1518 const std::string vdex_filename = dir + "/base.vdex"; in TEST_F() local
Ddex2oat.cc1490 std::string vdex_filename = output_vdex_.empty() in OpenFile() local
/art/oatdump/
Doatdump.cc593 std::string vdex_filename = GetVdexFilename(oat_file_.GetLocation()); in Dump() local
751 std::unique_ptr<const VdexFile> OpenVdexUnquicken(const std::string& vdex_filename, in OpenVdexUnquicken()
/art/runtime/gc/space/
Dimage_space.cc2180 std::string vdex_filename = ImageHeader::GetVdexLocationFromImageLocation(art_filename); in CompileExtension() local