Home
last modified time | relevance | path

Searched refs:OpenMemory (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.cc212 std::unique_ptr<const DexFile> dex_file = OpenMemory(base, in Open()
270 std::unique_ptr<const DexFile> dex_file(OpenMemory(location, dex_header->checksum_, map.release(), in OpenFile()
300 std::unique_ptr<const DexFile> DexFile::OpenMemory(const std::string& location, in OpenMemory() function in art::DexFile
304 return OpenMemory(mem_map->Begin(), in OpenMemory()
330 std::unique_ptr<const DexFile> dex_file(OpenMemory(location, zip_entry->GetCrc32(), map.release(), in Open()
409 std::unique_ptr<const DexFile> DexFile::OpenMemory(const uint8_t* base, in OpenMemory() function in art::DexFile
Ddex_file.h1203 static std::unique_ptr<const DexFile> OpenMemory(const std::string& location,
1209 static std::unique_ptr<const DexFile> OpenMemory(const uint8_t* dex_file,