Searched refs:reuse (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | mem_map.h | 84 off_t start, bool reuse, const char* filename, 146 int prot, bool reuse) LOCKS_EXCLUDED(Locks::mem_maps_lock_);
|
D | mem_map.cc | 387 off_t start, bool reuse, const char* filename, in MapFileAtAddress() argument 394 if (reuse) { in MapFileAtAddress() 447 prot, reuse); in MapFileAtAddress() 477 size_t base_size, int prot, bool reuse) in MemMap() argument 479 prot_(prot), reuse_(reuse) { in MemMap()
|