Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.h372 static bool CheckReservation(uint8_t* expected_ptr,
Dmem_map.cc230 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()