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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp73 typedef OverflowTaskQueue<StarTask, mtGC> RefToScanQueue; typedef
74 typedef GenericTaskQueueSet<RefToScanQueue, mtGC> RefToScanQueueSet;
1078 RefToScanQueue *task_queue(int i) const;
1801 RefToScanQueue* _refs;
1869 RefToScanQueue* refs() { return _refs; }

Completed in 34 milliseconds