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

/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.cpp46 size_t CardTableModRefBS::cards_required(size_t covered_words)
53 size_t CardTableModRefBS::compute_byte_map_size()
62 CardTableModRefBS::CardTableModRefBS(MemRegion whole_heap, function in class:CardTableModRefBS
141 gclog_or_tty->print_cr("CardTableModRefBS::CardTableModRefBS: ");
153 int CardTableModRefBS::find_covering_region_by_base(HeapWord* base) {
178 int CardTableModRefBS::find_covering_region_containing(HeapWord* addr) {
188 HeapWord* CardTableModRefBS::largest_prev_committed_end(int ind) const {
197 MemRegion CardTableModRefBS
[all...]
H A DcardTableModRefBS.hpp49 class CardTableModRefBS: public ModRefBarrierSet { class in inherits:ModRefBarrierSet
87 return CardTableModRefBS::card_is_dirty_wrt_gen_iter(cv);
282 CardTableModRefBS(MemRegion whole_heap, int max_covered_regions);
392 // The kinds of precision a CardTableModRefBS may offer.
496 class CardTableModRefBSForCTRS: public CardTableModRefBS {
504 CardTableModRefBS(whole_heap, max_covered_regions) {}

Completed in 108 milliseconds