Searched defs:prot (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/jit/ |
| D | jit_scoped_code_cache_write.h | 45 int prot = region.HasDualCodeMapping() ? kProtRW : kProtRWX; in ScopedCodeCacheWrite() local 56 int prot = region_.HasDualCodeMapping() ? kProtR : kProtRX; in ~ScopedCodeCacheWrite() local
|
| /art/libartbase/base/ |
| D | mem_map.h | 160 int prot, in MapAnonymous() 174 int prot, in MapAnonymous() 199 int prot, in MapFile() 220 int prot, in MapFile()
|
| 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()
|
| D | mem_map.cc | 262 int prot, in TryMemMapLow4GB() 309 int prot, in MapAnonymous() 403 int prot, in MapAnonymousAligned() 522 int prot, in MapFileAtAddress() 722 size_t base_size, int prot, bool reuse, size_t redzone_size) in MemMap() 889 bool MemMap::Protect(int prot) { in Protect() 1085 int prot, in MapInternalArtLow4GBAllocator() 1179 int prot, in MapInternal()
|
| D | mem_map_windows.cc | 50 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap()
|
| 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()
|
| /art/runtime/oat/ |
| D | elf_file.cc | 66 int prot = PROT_READ; in Setup() local 694 int prot = 0; in Load() local
|
| /art/libartpalette/system/ |
| D | palette_fake.cc | 81 palette_status_t PaletteAshmemSetProtRegion([[maybe_unused]] int fd, [[maybe_unused]] int prot) { in PaletteAshmemSetProtRegion()
|
| /art/libartpalette/apex/ |
| D | palette.cc | 158 palette_status_t PaletteAshmemSetProtRegion(int fd, int prot) { in PaletteAshmemSetProtRegion()
|