Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_scoped_code_cache_write.h44 int prot = region.HasDualCodeMapping() ? kProtRW : kProtRWX; in ScopedCodeCacheWrite() local
53 int prot = region_.HasDualCodeMapping() ? kProtR : kProtRX; in ~ScopedCodeCacheWrite() local
/art/libartbase/base/
Dmem_map.h142 int prot, in MapAnonymous()
156 int prot, in MapAnonymous()
181 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()
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()
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/libartpalette/apex/
Dpalette.cc160 enum PaletteStatus PaletteAshmemSetProtRegion(int fd, int prot) { in PaletteAshmemSetProtRegion()
/art/runtime/
Delf_file.cc67 int prot; in Open() local
84 int prot, in Open()
98 int prot, in Setup()
1183 int prot = 0; in Load() local