HomeSort by relevance Sort by last modified time
    Searched refs:MapFileAtAddress (Results 1 - 4 of 4) sorted by null

  /art/runtime/
mem_map.h 72 return MapFileAtAddress(NULL, byte_count, prot, flags, fd, start, false, filename, error_msg);
83 static MemMap* MapFileAtAddress(byte* addr, size_t byte_count, int prot, int flags, int fd,
mem_map.cc 386 MemMap* MemMap::MapFileAtAddress(byte* expected_ptr, size_t byte_count, int prot, int flags, int fd,
elf_file.cc     [all...]
  /art/runtime/gc/space/
image_space.cc 649 std::unique_ptr<MemMap> map(MemMap::MapFileAtAddress(image_header.GetImageBegin(),
666 MemMap::MapFileAtAddress(nullptr, image_header.GetImageBitmapSize(),
    [all...]

Completed in 108 milliseconds