Searched defs:do_header (Results 1 - 4 of 4) 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

Completed in 1323 milliseconds