Searched refs:MemMapContainer (Results 1 – 1 of 1) sorted by relevance
76 class MemMapContainer : public DexFileContainer { class78 explicit MemMapContainer(MemMap&& mem_map, bool is_file_map = false) in MemMapContainer() function in art::__anon6a3df2760111::MemMapContainer122 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()