Searched defs:prot (Results 1 – 7 of 7) sorted by relevance
| /art/libartbase/base/ |
| D | mem_map.h | 143 int prot, in MapAnonymous() 157 int prot, in MapAnonymous() 182 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() 672 size_t base_size, int prot, bool reuse, size_t redzone_size) in MemMap() 841 bool MemMap::Protect(int prot) { in Protect() 1021 int prot, in MapInternalArtLow4GBAllocator() 1115 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/runtime/ |
| D | elf_file.cc | 67 int prot; in Open() local 84 int prot, in Open() 98 int prot, in Setup() 1192 int prot = 0; in Load() local
|
| /art/runtime/jit/ |
| D | jit_code_cache.cc | 579 int prot = code_cache_->HasDualCodeMapping() ? kProtRW : kProtRWX; in ScopedCodeCacheWrite() local 588 int prot = code_cache_->HasDualCodeMapping() ? kProtR : kProtRX; in ~ScopedCodeCacheWrite() local
|