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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HotCardCache.cpp138 void G1HotCardCache::resize_card_counts(size_t heap_capacity) { argument
139 _card_counts.resize(heap_capacity);
H A Dg1CardCounts.cpp92 void G1CardCounts::resize(size_t heap_capacity) { argument
118 size_t new_size = (heap_capacity >> CardTableModRefBS::card_shift) * sizeof(jbyte);

Completed in 69 milliseconds