Searched refs:G1CMRefProcTaskExecutor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp356 friend class G1CMRefProcTaskExecutor;
H A DconcurrentMark.cpp2213 class G1CMRefProcTaskExecutor: public AbstractRefProcTaskExecutor { class in inherits:AbstractRefProcTaskExecutor
2221 G1CMRefProcTaskExecutor(G1CollectedHeap* g1h, function in class:G1CMRefProcTaskExecutor
2259 void G1CMRefProcTaskExecutor::execute(ProcessTask& proc_task) {
2289 void G1CMRefProcTaskExecutor::execute(EnqueueTask& enq_task) {
2369 G1CMRefProcTaskExecutor par_task_executor(g1h, this,

Completed in 46 milliseconds