Searched refs:MapInternal (Results 1 – 3 of 3) sorted by relevance
62 # art::MemMap::MapInternal() uses msync() to check for the existence of memory mappings.64 art::MemMap::MapInternal()
221 static void* MapInternal(void* addr,
354 void* actual = MapInternal(expected_ptr, in MapAnonymous()443 uint8_t* actual = reinterpret_cast<uint8_t*>(MapInternal(page_aligned_expected, in MapFileAtAddress()902 void* MemMap::MapInternal(void* addr, in MapInternal() function in art::MemMap