Searched defs:prot (Results 1 – 8 of 8) sorted by relevance
/art/runtime/jit/ |
D | jit_scoped_code_cache_write.h | 44 int prot = region.HasDualCodeMapping() ? kProtRW : kProtRWX; in ScopedCodeCacheWrite() local 53 int prot = region_.HasDualCodeMapping() ? kProtR : kProtRX; in ~ScopedCodeCacheWrite() local
|
/art/libartbase/base/ |
D | mem_map.h | 142 int prot, in MapAnonymous() 156 int prot, in MapAnonymous() 181 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 | 260 int prot, in TryMemMapLow4GB() 307 int prot, in MapAnonymous() 483 int prot, in MapFileAtAddress() 681 size_t base_size, int prot, bool reuse, size_t redzone_size) in MemMap() 859 bool MemMap::Protect(int prot) { in Protect() 1039 int prot, in MapInternalArtLow4GBAllocator() 1133 int prot, in MapInternal()
|
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()
|
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/libartpalette/apex/ |
D | palette.cc | 160 enum PaletteStatus PaletteAshmemSetProtRegion(int fd, int prot) { in PaletteAshmemSetProtRegion()
|
/art/runtime/ |
D | elf_file.cc | 67 int prot; in Open() local 84 int prot, in Open() 98 int prot, in Setup() 1183 int prot = 0; in Load() local
|