HomeSort by relevance Sort by last modified time
    Searched refs:prot_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
mem_map.h 23 #include <sys/mman.h> // For the PROT_* and MAP_* constants.
65 return prot_;
97 int prot_; // Protection of the map. member in class:art::MemMap
mem_map.cc 159 prot_(prot) {
181 prot_ = prot;
186 prot_ = prot;

Completed in 71 milliseconds