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

/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpsYoungGen.hpp109 bool is_in_reserved(const void* p) const { function in class:PSYoungGen
H A DpsOldGen.hpp148 bool is_in_reserved(const void* p) const { function in class:PSOldGen
H A DparallelScavengeHeap.cpp168 bool ParallelScavengeHeap::is_in_reserved(const void* p) const { function in class:ParallelScavengeHeap
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DcollectedHeap.hpp243 bool is_in_reserved(const void* p) const { function in class:CollectedHeap
H A Dgeneration.hpp215 bool is_in_reserved(const void* p) const { function in class:Generation
H A Dspace.hpp151 bool is_in_reserved(const void* p) const { return _bottom <= p && p < _end; } function in class:Space

Completed in 103 milliseconds