Searched refs:OpenMemory (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_file.cc | 208 const DexFile* dex_file = OpenMemory(location, dex_header->checksum_, map.release(), error_msg); in OpenFile() 235 const DexFile* DexFile::OpenMemory(const std::string& location, in OpenMemory() function in art::DexFile 239 return OpenMemory(mem_map->Begin(), in OpenMemory() 264 std::unique_ptr<const DexFile> dex_file(OpenMemory(location, zip_entry->GetCrc32(), map.release(), in Open() 326 const DexFile* DexFile::OpenMemory(const byte* base, in OpenMemory() function in art::DexFile
|
D | oat_file.h | 66 static OatFile* OpenMemory(std::vector<uint8_t>& oat_contents,
|
D | dex_file.h | 396 return OpenMemory(base, size, location, location_checksum, NULL, oat_file, error_msg); in Open() 922 static const DexFile* OpenMemory(const std::string& location, 928 static const DexFile* OpenMemory(const byte* dex_file,
|
D | oat_file.cc | 56 OatFile* OatFile::OpenMemory(std::vector<uint8_t>& oat_contents, in OpenMemory() function in art::OatFile
|
/art/compiler/ |
D | elf_writer_mclinker.cc | 162 …std::unique_ptr<OatFile> oat_file(OatFile::OpenMemory(oat_contents, elf_file_->GetPath(), &error_m… in AddOatInput()
|