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

/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.hpp202 // The methods is_in(), is_in_closed_subset() and is_in_youngest() may
209 bool is_in_closed_subset(const void* p) const { function in class:GenCollectedHeap
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp295 virtual bool is_in_closed_subset(const void* p) const { function in class:CollectedHeap
300 return p == NULL || is_in_closed_subset(p);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp6347 bool G1CollectedHeap::is_in_closed_subset(const void* p) const { function in class:G1CollectedHeap

Completed in 68 milliseconds