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

  /art/runtime/
oat_file.cc 56 OatFile* 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(),
264 std::unique_ptr<const DexFile> dex_file(OpenMemory(location, zip_entry->GetCrc32(), map.release(),
326 const DexFile* DexFile::OpenMemory(const byte* base,
    [all...]

Completed in 55 milliseconds