Searched defs:CMTask (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp32 class CMTask;
348 friend class CMTask;
404 CMTask** _tasks; // task queue array (max_task_num len)
529 CMTask* task(int id) {
941 class CMTask : public TerminatorTerminator { class in inherits:TerminatorTerminator
1190 CMTask(int task_num, ConcurrentMark *cm,
H A DconcurrentMark.cpp489 _tasks = NEW_C_HEAP_ARRAY(CMTask*, _max_task_num, mtGC);
507 _tasks[i] = new CMTask(i, this,
958 CMTask* the_task = _cm->task(worker_id);
2088 // Uses the CMTask associated with a worker thread (for serial reference
2089 // processing the CMTask for worker 0 is used) to preserve (mark) and
2092 // Using the CMTask and embedded local queues avoids having the worker
2101 CMTask* _task;
2106 G1CMKeepAliveAndDrainClosure(ConcurrentMark* cm, CMTask* task, bool is_serial) :
2132 // possibly the global stack). Call CMTask::do_marking_step() to
2135 // We call CMTask
4337 CMTask::CMTask(int task_id, function in class:CMTask
[all...]

Completed in 68 milliseconds