Searched refs:CardTableEntryClosure (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DdirtyCardQueue.hpp35 class CardTableEntryClosure: public CHeapObj<mtGC> { class in inherits:CHeapObj
54 bool apply_closure(CardTableEntryClosure* cl,
63 static bool apply_closure_to_buffer(CardTableEntryClosure* cl,
76 CardTableEntryClosure* _closure;
110 void set_closure(CardTableEntryClosure* closure);
138 bool apply_closure_to_completed_buffer(CardTableEntryClosure* cl,
144 bool apply_closure_to_completed_buffer_helper(CardTableEntryClosure* cl,
H A DdirtyCardQueue.cpp46 bool DirtyCardQueue::apply_closure(CardTableEntryClosure* cl,
59 bool DirtyCardQueue::apply_closure_to_buffer(CardTableEntryClosure* cl,
112 void DirtyCardQueueSet::set_closure(CardTableEntryClosure* closure) {
199 apply_closure_to_completed_buffer_helper(CardTableEntryClosure* cl,
221 bool DirtyCardQueueSet::apply_closure_to_completed_buffer(CardTableEntryClosure* cl,
H A Dg1RemSet.cpp236 class RefineRecordRefsIntoCSCardTableEntryClosure: public CardTableEntryClosure {
364 class UpdateRSetCardTableEntryIntoCSetClosure: public CardTableEntryClosure {
H A Dg1CollectedHeap.hpp1165 void iterate_dirty_card_closure(CardTableEntryClosure* cl,
H A Dg1CollectedHeap.cpp92 class RefineCardTableEntryClosure: public CardTableEntryClosure {
121 class ClearLoggedCardTableEntryClosure: public CardTableEntryClosure {
155 class RedirtyLoggedCardTableEntryClosure: public CardTableEntryClosure {
176 class RedirtyLoggedCardTableEntryFastClosure : public CardTableEntryClosure {
2357 void G1CollectedHeap::iterate_dirty_card_closure(CardTableEntryClosure* cl,

Completed in 94 milliseconds