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,