HomeSort by relevance Sort by last modified time
    Searched refs:ContainedWithinExistingMap (Results 1 - 2 of 2) sorted by null

  /art/libartbase/base/
mem_map.h 340 static bool ContainedWithinExistingMap(uint8_t* ptr, size_t size, std::string* error_msg)
mem_map.cc 153 bool MemMap::ContainedWithinExistingMap(uint8_t* ptr, size_t size, std::string* error_msg) {
329 DCHECK(ContainedWithinExistingMap(addr, byte_count, error_msg)) << *error_msg;
503 DCHECK(ContainedWithinExistingMap(expected_ptr, byte_count, error_msg))
    [all...]

Completed in 73 milliseconds