HomeSort by relevance Sort by last modified time
    Searched refs:MemMap (Results 51 - 55 of 55) sorted by null

1 23

  /art/runtime/
runtime.cc 204 MemMap::Shutdown();
672 MemMap::Init();
    [all...]
  /art/dex2oat/
dex2oat.cc 323 std::unique_ptr<MemMap> image_classes_file(zip_entry->ExtractToMemMap(zip_filename,
    [all...]
  /art/compiler/
image_writer.cc 423 image_.reset(MemMap::MapAnonymous("image writer image", NULL, length, PROT_READ | PROT_WRITE,
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 80 page_map_mem_map_.reset(MemMap::MapAnonymous("rosalloc page map", NULL, RoundUp(max_num_of_pages, kPageSize),
    [all...]

Completed in 63 milliseconds

1 23