Searched refs:do_header (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DgenOopClosures.hpp103 bool do_header() { return false; } function in class:ScanClosure
126 bool do_header() { return false; } function in class:FastScanClosure
154 bool do_header() { return false; } function in class:FilteringClosure
H A Diterator.hpp86 bool do_header() { return true; } // Note that this is non-virtual. function in class:OopClosure
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsOopClosures.hpp63 bool do_header() { return true; } function in class:MarkRefsIntoClosure
85 bool do_header() { return true; } function in class:MarkRefsIntoVerifyClosure
150 bool do_header() { return true; } function in class:PushAndMarkClosure
186 bool do_header() { return true; } function in class:Par_PushAndMarkClosure
226 bool do_header() { return true; } function in class:MarkRefsIntoAndScanClosure
270 bool do_header() { return true; } function in class:Par_MarkRefsIntoAndScanClosure
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1OopClosures.hpp193 bool do_header() { return false; } function in class:FilterIntoCSClosure
206 bool do_header() { return false; } function in class:FilterOutOfRegionClosure
/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayKlass.cpp378 if (closure->do_header()) { \
396 if (closure->do_header()) { \
422 if (closure->do_header()) { \
431 if (closure->do_header()) { \
H A DinstanceKlass.cpp1758 // closure's do_header() method dicates whether the given closure should be
1766 if (closure->do_header()) { \
1785 if (closure->do_header()) { \
1804 if (closure->do_header()) { \

Completed in 35 milliseconds