Searched refs:hot_card_cache (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1Refine.hpp101 G1HotCardCache* hot_card_cache() { return &_hot_card_cache; } function in class:ConcurrentG1Refine
H A Dg1RemSet.cpp587 G1HotCardCache* hot_card_cache = _cg1r->hot_card_cache(); local
588 if (hot_card_cache->use_cache()) {
592 card_ptr = hot_card_cache->insert(card_ptr);
804 G1HotCardCache* hot_card_cache = _cg1r->hot_card_cache(); local
805 bool use_hot_card_cache = hot_card_cache->use_cache();
806 hot_card_cache->set_use_cache(false);
812 hot_card_cache->set_use_cache(use_hot_card_cache);
H A Dg1CollectedHeap.cpp1442 G1HotCardCache* hot_card_cache = _cg1r->hot_card_cache(); local
1443 if (hot_card_cache->use_cache()) {
1444 hot_card_cache->reset_card_counts();
1445 hot_card_cache->reset_hot_cache();
1765 _cg1r->hot_card_cache()->resize_card_counts(capacity());
2362 G1HotCardCache* hot_card_cache = _cg1r->hot_card_cache(); local
2363 hot_card_cache->drain(worker_i, g1_rem_set(), into_cset_dcq);
5692 G1HotCardCache* hot_card_cache local
[all...]

Completed in 101 milliseconds