Searched defs:prot (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | mem_map.cc | 258 int prot, in TryMemMapLow4GB() 278 int prot, in MapAnonymous() 372 int prot, in MapFileAtAddress() 496 size_t base_size, int prot, bool reuse, size_t redzone_size) in MemMap() 610 bool MemMap::Protect(int prot) { in Protect() 769 int prot, in MapInternal()
|
D | mem_map.h | 84 int prot, in MapFile()
|
D | elf_file.cc | 68 int prot; in Open() local 85 int prot, in Open() 99 bool ElfFileImpl<ElfTypes>::Setup(int prot, int flags, bool low_4gb, std::string* error_msg) { in Setup() 1160 int prot = 0; in Load() local
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 46 #define CHECKED_MPROTECT(memory, size, prot) \ argument
|