Searched refs:markFromRoots (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMarkThread.cpp135 _cm->markFromRoots();
H A DconcurrentMark.hpp725 void markFromRoots();
H A DconcurrentMark.cpp1106 void ConcurrentMark::markFromRoots() { function in class:ConcurrentMark
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp962 bool markFromRoots(bool asynch); // a return value of false indicates failure
H A DconcurrentMarkSweepGeneration.cpp2312 if (markFromRoots(true)) { // we were successful
2323 // marking from roots in markFromRoots has been completed
2517 bool res = markFromRoots(false);
3653 bool CMSCollector::markFromRoots(bool asynch) {
5007 // Since the marker in "markFromRoots" marks concurrently with

Completed in 81 milliseconds