Searched refs:is_committed_region (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemPtr.hpp377 inline bool is_committed_region() const { function in class:VMMemRegion
408 assert(is_reserved_region() || is_committed_region(), "Sanity check");
H A DmemSnapshot.cpp170 while (committed_rgn != NULL && committed_rgn->is_committed_region()) {
193 if (next_reg != NULL && next_reg->is_committed_region() &&
223 while (cur != NULL && cur->is_committed_region()) {
280 while (next_region != NULL && next_region->is_committed_region()) {
316 while (p != NULL && p->is_committed_region() &&
723 if (ptr->is_committed_region()) {
H A DmemSnapshot.hpp157 for (; next_region != NULL && next_region->is_committed_region();

Completed in 289 milliseconds