HomeSort by relevance Sort by last modified time
    Searched refs:OpenMemory (Results 1 - 5 of 5) sorted by null

  /art/runtime/
oat_file.h 65 static OatFile* OpenMemory(std::vector<uint8_t>& oat_contents,
dex_file.cc 208 const DexFile* dex_file = OpenMemory(location, dex_header->checksum_, map.release(), error_msg);
235 const DexFile* DexFile::OpenMemory(const std::string& location,
239 return OpenMemory(mem_map->Begin(),
263 std::unique_ptr<const DexFile> dex_file(OpenMemory(location, zip_entry->GetCrc32(), map.release(),
325 const DexFile* DexFile::OpenMemory(const byte* base,
    [all...]
dex_file.h 393 return OpenMemory(base, size, location, location_checksum, NULL, error_msg);
914 static const DexFile* OpenMemory(const std::string& location,
920 static const DexFile* OpenMemory(const byte* dex_file,
    [all...]
oat_file.cc 56 OatFile* OatFile::OpenMemory(std::vector<uint8_t>& oat_contents,
  /art/compiler/
elf_writer_mclinker.cc 162 std::unique_ptr<OatFile> oat_file(OatFile::OpenMemory(oat_contents, elf_file_->GetPath(), &error_msg));

Completed in 66 milliseconds