Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader.cc76 class MemMapContainer : public DexFileContainer { class
78 explicit MemMapContainer(MemMap&& mem_map, bool is_file_map = false) in MemMapContainer() function in art::__anon6a3df2760111::MemMapContainer
122 DISALLOW_COPY_AND_ASSIGN(MemMapContainer);
257 : DexFileLoader(std::make_shared<MemMapContainer>(std::move(mem_map)), location) {} in DexFileLoader()
345 root_container_ = std::make_shared<MemMapContainer>(std::move(map), /*is_file_map=*/true); in MapRootContainer()
548 auto container = std::make_shared<MemMapContainer>(std::move(map), is_file_map); in OpenFromZipEntry()