OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prot_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
mem_map.h
26
#include <sys/mman.h> // For the
PROT_
* and MAP_* constants.
99
return
prot_
;
161
int
prot_
; // Protection of the map.
member in class:art::MemMap
mem_map.cc
479
prot_
(prot), reuse_(reuse) {
579
prot_
= prot;
584
prot_
= prot;
Completed in 161 milliseconds