Searched refs:_whole_heap (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.hpp98 const MemRegion _whole_heap; // the region covered by the card table member in class:CardTableModRefBS
155 assert(_whole_heap.contains(p),
157 " card marking array's _whole_heap = ["PTR_FORMAT","PTR_FORMAT")",
158 p, _whole_heap.start(), _whole_heap.end()));
418 non_clean_card_iterate_serial(_whole_heap, cl);
455 assert(_whole_heap.contains(result),
457 " card marking array's _whole_heap = ["PTR_FORMAT","PTR_FORMAT")",
458 result, _whole_heap.start(), _whole_heap
[all...]
H A DcardTableModRefBS.cpp55 assert(_guard_index == cards_required(_whole_heap.word_size()) - 1,
65 _whole_heap(whole_heap),
73 HeapWord* low_bound = _whole_heap.start();
74 HeapWord* high_bound = _whole_heap.end();
212 assert(_whole_heap.contains(new_region),
335 if (old_region.last() < _whole_heap.start()) {
336 entry = byte_for(_whole_heap.start());
583 if (mr.start() == _whole_heap.start()) {
586 assert(mr.start() > _whole_heap.start(), "mr is not covered.");
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DcardTableExtension.cpp702 // region covered by the card table (_whole_heap)
704 if (new_region.start() < _whole_heap.start()) {
705 entry = byte_for(_whole_heap.start());
710 // If _whole_heap starts at the original covered regions start,
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp517 nonstatic_field(CardTableModRefBS, _whole_heap, const MemRegion) \

Completed in 39 milliseconds