Searched refs:ContainedWithinExistingMap (Results 1 – 2 of 2) sorted by relevance
380 static bool ContainedWithinExistingMap(uint8_t* ptr, size_t size, std::string* error_msg)
156 bool MemMap::ContainedWithinExistingMap(uint8_t* ptr, size_t size, std::string* error_msg) { in ContainedWithinExistingMap() function in art::MemMap332 DCHECK(ContainedWithinExistingMap(addr, byte_count, error_msg)) << *error_msg; in MapAnonymous()533 DCHECK(ContainedWithinExistingMap(expected_ptr, byte_count, error_msg)) in MapFileAtAddress()