Searched refs:G1RemSet (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1RemSet.hpp28 // A G1RemSet provides ways of iterating over pointers into a selected
35 // A G1RemSet in which each heap region has a rem set that records the
39 class G1RemSet: public CHeapObj<mtGC> { class in inherits:CHeapObj
75 G1RemSet(G1CollectedHeap* g1, CardTableModRefBS* ct_bs);
76 ~G1RemSet();
148 G1RemSet* _rs;
154 UpdateRSOopClosure(G1RemSet* rs, int worker_i = 0) :
173 G1RemSet* _g1_rem_set;
177 UpdateRSetImmediate(G1RemSet* rs) :
H A Dg1HotCardCache.hpp37 class G1RemSet;
102 void drain(int worker_i, G1RemSet* g1rs, DirtyCardQueue* into_cset_dcq);
H A Dg1RemSet.inline.hpp32 inline uint G1RemSet::n_workers() {
41 inline void G1RemSet::write_ref(HeapRegion* from, T* p) {
46 inline void G1RemSet::par_write_ref(HeapRegion* from, T* p, int tid) {
H A Dg1RemSet.cpp71 G1RemSet::G1RemSet(G1CollectedHeap* g1, CardTableModRefBS* ct_bs) function in class:G1RemSet
86 G1RemSet::~G1RemSet() {
214 void G1RemSet::scanRS(OopsInHeapRegionClosure* oc, int worker_i) {
237 G1RemSet* _g1rs;
265 void G1RemSet::updateRS(DirtyCardQueue* into_cset_dcq, int worker_i) {
284 void G1RemSet::cleanupHRRS() {
288 void G1RemSet::oops_into_collection_set_do(OopsInHeapRegionClosure* oc,
338 void G1RemSet
[all...]
H A DconcurrentG1Refine.hpp37 class G1RemSet;
H A Dg1OopClosures.hpp30 class G1RemSet;
51 G1RemSet* _g1_rem;
280 G1RemSet* _g1_rem_set;
288 G1RemSet* rs,
H A Dg1HotCardCache.cpp93 G1RemSet* g1rs,
H A Dg1CollectedHeap.hpp61 class G1RemSet;
794 G1RemSet* _g1_rem_set;
1129 G1RemSet* g1_rem_set() const { return _g1_rem_set; }
1804 G1RemSet* _g1_rem;
H A Dg1CollectedHeap.cpp94 G1RemSet* _g1rs;
99 G1RemSet* g1rs,
2092 _g1_rem_set = new G1RemSet(this, (CardTableModRefBS*)mr_bs());
H A DconcurrentMark.cpp1822 G1RemSet* _g1rs;

Completed in 82 milliseconds