Searched refs:set_range (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.hpp179 void set_range (idx_t beg, idx_t end);
191 void set_range(idx_t beg, idx_t end, RangeSizeHint hint);
H A DbitMap.inline.hpp95 inline void BitMap::set_range(idx_t beg, idx_t end, RangeSizeHint hint) {
102 set_range(beg, end);
H A DbitMap.cpp116 void BitMap::set_range(idx_t beg, idx_t end) { function in class:BitMap
220 set_range(start_offset, end_offset);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.inline.hpp79 _bm.set_range(heapWordToOffset(mr.start()), heapWordToOffset(mr.end()),
107 _bm.set_range(heapWordToOffset(mr.start()), heapWordToOffset(mr.end()),
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.inline.hpp45 // For small ranges use a simple loop; otherwise use set_range or
58 // Note BitMap::par_at_put_range() and BitMap::set_range() are exclusive.
62 card_bm->set_range(start_idx, end_idx);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp151 _requires_phi_function.set_range(0, method->max_locals());

Completed in 55 milliseconds