Searched refs:TargetMMap (Results 1 – 5 of 5) sorted by relevance
/art/libartbase/base/ |
D | mem_map_unix.cc | 27 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap() function in art::MemMap
|
D | mem_map_windows.cc | 45 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap() function in art::MemMap
|
D | mem_map_fuchsia.cc | 61 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap() function in art::MemMap
|
D | mem_map.cc | 264 void* actual = TargetMMap(ptr, page_aligned_byte_count, prot, flags, fd, offset); in TryMemMapLow4GB() 750 uint8_t* actual = reinterpret_cast<uint8_t*>(TargetMMap(tail_base_begin, in RemapAtEnd() 1187 actual = TargetMMap(addr, length, prot, flags, fd, offset); in MapInternal() 1194 actual = TargetMMap(addr, length, prot, flags, fd, offset); in MapInternal()
|
D | mem_map.h | 408 static void* TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off);
|