Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dart_dex_file_loader.cc40 class MemMapContainer : public DexFileContainer { class
42 explicit MemMapContainer(MemMap&& mem_map) : mem_map_(std::move(mem_map)) { } in MemMapContainer() function in art::__anon72bf82fc0111::MemMapContainer