Searched refs:ThreadClosure (Results 1 - 22 of 22) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1Refine.hpp82 void threads_do(ThreadClosure *tc);
H A DconcurrentG1Refine.cpp109 void ConcurrentG1Refine::threads_do(ThreadClosure *tc) {
H A Dg1RemSet.cpp734 class PrintRSThreadVTimeClosure : public ThreadClosure {
H A Dg1CollectedHeap.hpp1622 virtual void gc_threads_do(ThreadClosure* tc) const;
H A Dg1CollectedHeap.cpp3531 void G1CollectedHeap::gc_threads_do(ThreadClosure* tc) const {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.hpp105 static void threads_do(ThreadClosure* tc);
H A DconcurrentMarkSweepThread.cpp211 void ConcurrentMarkSweepThread::threads_do(ThreadClosure* tc) {
212 assert(tc != NULL, "Null ThreadClosure");
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.hpp265 virtual void gc_threads_do(ThreadClosure* tc) const;
H A DgcTaskManager.hpp56 class ThreadClosure;
449 void threads_do(ThreadClosure* tc);
H A DgcTaskManager.cpp572 void GCTaskManager::threads_do(ThreadClosure* tc) {
573 assert(tc != NULL, "Null ThreadClosure");
H A DparallelScavengeHeap.cpp935 void ParallelScavengeHeap::gc_threads_do(ThreadClosure* tc) const {
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp50 class ThreadClosure;
661 virtual void gc_threads_do(ThreadClosure* tc) const = 0;
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.hpp365 virtual void gc_threads_do(ThreadClosure* tc) const;
H A DgenCollectedHeap.cpp1252 void GenCollectedHeap::gc_threads_do(ThreadClosure* tc) const {
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.hpp208 void threads_do(ThreadClosure* tc) const;
H A Dworkgroup.cpp221 void AbstractWorkGang::threads_do(ThreadClosure* tc) const {
222 assert(tc != NULL, "Null ThreadClosure");
/openjdk7/hotspot/src/share/vm/services/
H A DmemTracker.hpp56 class SyncThreadRecorderClosure : public ThreadClosure {
H A DmemoryService.cpp69 class GcThreadCountClosure: public ThreadClosure {
H A Dmanagement.cpp944 class VmThreadCountClosure: public ThreadClosure {
1811 class ThreadTimesClosure: public ThreadClosure {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp81 class ThreadClosure;
1861 static void threads_do(ThreadClosure* tc);
1935 class ThreadClosure: public StackObj { class in inherits:StackObj
H A Dthread.cpp3230 void Threads::threads_do(ThreadClosure* tc) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp302 class ThreadInsideIterationClosure: public ThreadClosure {

Completed in 762 milliseconds