Searched defs:CardTableEntryClosure (Results 1 - 1 of 1) 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,

Completed in 29 milliseconds