Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file_test.cc34 std::unique_ptr<VdexFile> vdex = VdexFile::Open(tmp.GetFd(), in TEST_F() local
Doat_file_assistant.cc400 VdexFile* vdex = file.GetVdexFile(); in GivenOatFileStatus() local
724 std::unique_ptr<VdexFile> vdex; in Status() local
Dvdex_file.cc177 std::unique_ptr<VdexFile> vdex(new VdexFile(std::move(mmap))); in OpenAtAddress() local
Doat_file.cc182 void SetVdex(VdexFile* vdex) { in SetVdex()
/art/openjdkjvmti/
Dfixed_up_dex_file.cc68 const art::VdexFile* vdex = GetVdex(original_dex_file); in DoDexUnquicken() local
/art/dexlayout/
Ddexdiag.cc330 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_name, in DisplayMappingIfFromVdexFile() local
/art/dex2oat/
Ddex2oat_test.cc1920 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location.c_str(), in TEST_F() local
2058 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location2.c_str(), in TEST_F() local