Searched refs:OpenAtAddress (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dvdex_file.h160 static std::unique_ptr<VdexFile> OpenAtAddress(uint8_t* mmap_addr,
171 static std::unique_ptr<VdexFile> OpenAtAddress(uint8_t* mmap_addr,
188 return OpenAtAddress(nullptr,
206 return OpenAtAddress(nullptr,
H A Dvdex_file.cc87 std::unique_ptr<VdexFile> VdexFile::OpenAtAddress(uint8_t* mmap_addr, function in class:art::VdexFile
118 return OpenAtAddress(mmap_addr,
130 std::unique_ptr<VdexFile> VdexFile::OpenAtAddress(uint8_t* mmap_addr, function in class:art::VdexFile
H A Doat_file.cc272 vdex_ = VdexFile::OpenAtAddress(vdex_begin_,
300 vdex_ = VdexFile::OpenAtAddress(vdex_begin_,

Completed in 49 milliseconds