Searched defs:contains_region (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemPtr.hpp302 inline bool contains_region(const MemPointerRecord* other) const { function in class:MemPointerRecord
303 return contains_region(other->addr(), other->size());
307 inline bool contains_region(address add, size_t sz) const { function in class:MemPointerRecord

Completed in 31 milliseconds