Lines Matching refs:flags

261                                     int flags,  in TryMemMapLow4GB()  argument
264 void* actual = TargetMMap(ptr, page_aligned_byte_count, prot, flags, fd, offset); in TryMemMapLow4GB()
322 int flags = MAP_PRIVATE | MAP_ANONYMOUS; in MapAnonymous() local
330 flags |= MAP_FIXED; in MapAnonymous()
336 flags |= MAP_FIXED; in MapAnonymous()
347 flags, in MapAnonymous()
364 flags, in MapAnonymous()
484 int flags, in MapFileAtAddress() argument
493 CHECK_NE(0, flags & (MAP_SHARED | MAP_PRIVATE)); in MapFileAtAddress()
505 flags |= MAP_FIXED; in MapFileAtAddress()
511 flags |= MAP_FIXED; in MapFileAtAddress()
513 CHECK_EQ(0, flags & MAP_FIXED); in MapFileAtAddress()
541 flags, in MapFileAtAddress()
555 page_aligned_expected, page_aligned_byte_count, prot, flags, fd, in MapFileAtAddress()
718 int flags, in RemapAtEnd() argument
753 flags, in RemapAtEnd()
758 "maps in the log.", tail_base_begin, tail_base_size, tail_prot, flags, in RemapAtEnd()
1040 int flags, in MapInternalArtLow4GBAllocator() argument
1074 actual = TryMemMapLow4GB(reinterpret_cast<void*>(ptr), length, prot, flags, fd, offset); in MapInternalArtLow4GBAllocator()
1109 actual = TryMemMapLow4GB(reinterpret_cast<void*>(ptr), length, prot, flags, fd, offset); in MapInternalArtLow4GBAllocator()
1125 UNUSED(length, prot, flags, fd, offset); in MapInternalArtLow4GBAllocator()
1134 int flags, in MapInternal() argument
1169 actual = MapInternalArtLow4GBAllocator(length, prot_non_exec, flags, fd, offset); in MapInternal()
1187 actual = TargetMMap(addr, length, prot, flags, fd, offset); in MapInternal()
1191 flags |= MAP_32BIT; in MapInternal()
1194 actual = TargetMMap(addr, length, prot, flags, fd, offset); in MapInternal()