Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmem_map.h84 off_t start, bool reuse, const char* filename,
146 int prot, bool reuse) LOCKS_EXCLUDED(Locks::mem_maps_lock_);
Dmem_map.cc387 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()