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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HotCardCache.cpp33 G1HotCardCache::G1HotCardCache(G1CollectedHeap *g1h): function in class:G1HotCardCache
36 void G1HotCardCache::initialize() {
56 G1HotCardCache::~G1HotCardCache() {
63 jbyte* G1HotCardCache::insert(jbyte* card_ptr) {
92 void G1HotCardCache::drain(int worker_i,
138 void G1HotCardCache::resize_card_counts(size_t heap_capacity) {
142 void G1HotCardCache::reset_card_counts(HeapRegion* hr) {
146 void G1HotCardCache
[all...]
H A Dg1HotCardCache.hpp56 class G1HotCardCache: public CHeapObj<mtGC> { class in inherits:CHeapObj
78 G1HotCardCache(G1CollectedHeap* g1h);
79 ~G1HotCardCache();

Completed in 29 milliseconds