Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.cc258 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()
Dmem_map.h84 int prot, in MapFile()
Delf_file.cc68 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/
Djit_code_cache.cc46 #define CHECKED_MPROTECT(memory, size, prot) \ argument