Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 7 of 7) sorted by relevance

/art/libartbase/base/
Dmem_map.h143 int prot, in MapAnonymous()
157 int prot, in MapAnonymous()
182 int prot, in MapFile()
Dmem_map_unix.cc27 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap()
Dmem_map.cc260 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()
Dmem_map_windows.cc45 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap()
Dmem_map_fuchsia.cc61 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap()
/art/runtime/
Delf_file.cc67 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/
Djit_code_cache.cc579 int prot = code_cache_->HasDualCodeMapping() ? kProtRW : kProtRWX; in ScopedCodeCacheWrite() local
588 int prot = code_cache_->HasDualCodeMapping() ? kProtR : kProtRX; in ~ScopedCodeCacheWrite() local