Searched refs:tail_prot (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | mem_map.cc | 496 MemMap* MemMap::RemapAtEnd(byte* new_end, const char* tail_name, int tail_prot, in RemapAtEnd() argument 510 return new MemMap(tail_name, nullptr, 0, nullptr, 0, tail_prot, false); in RemapAtEnd() 552 byte* actual = reinterpret_cast<byte*>(mmap(tail_base_begin, tail_base_size, tail_prot, in RemapAtEnd() 558 tail_base_begin, tail_base_size, tail_prot, flags, fd.get(), in RemapAtEnd() 562 return new MemMap(tail_name, actual, tail_size, actual, tail_base_size, tail_prot, false); in RemapAtEnd()
|
D | mem_map.h | 131 MemMap* RemapAtEnd(byte* new_end, const char* tail_name, int tail_prot,
|