Searched defs:reuse (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmem_map.cc283 bool reuse,
295 if (reuse) {
296 // reuse means it is okay that it overlaps an existing page mapping.
362 page_aligned_byte_count, prot, reuse);
370 return new MemMap(name, addr, byte_count, addr, page_aligned_byte_count, 0, true /* reuse */);
380 bool reuse,
386 // Note that we do not allow MAP_FIXED unless reuse == true, i.e we
388 if (reuse) {
389 // reuse means it is okay that it overlaps an existing page mapping.
459 prot, reuse, redzone_siz
278 MapAnonymous(const char* name, uint8_t* expected_ptr, size_t byte_count, int prot, bool low_4gb, bool reuse, std::string* error_msg, bool use_ashmem) argument
373 MapFileAtAddress(uint8_t* expected_ptr, size_t byte_count, int prot, int flags, int fd, off_t start, bool low_4gb, bool reuse, const char* filename, std::string* error_msg) argument
498 MemMap(const std::string& name, uint8_t* begin, size_t size, void* base_begin, size_t base_size, int prot, bool reuse, size_t redzone_size) argument
[all...]

Completed in 110 milliseconds