Searched refs:CheckReservation (Results 1 – 2 of 2) sorted by relevance
/art/libartbase/base/ |
D | mem_map.h | 372 static bool CheckReservation(uint8_t* expected_ptr,
|
D | mem_map.cc | 230 bool MemMap::CheckReservation(uint8_t* expected_ptr, in CheckReservation() function in art::MemMap 333 if (!CheckReservation(addr, byte_count, name, *reservation, error_msg)) { in MapAnonymous() 508 if (!CheckReservation(expected_ptr, byte_count, filename, *reservation, error_msg)) { in MapFileAtAddress()
|