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

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.hpp183 void at_put_range(idx_t beg, idx_t end, bool value);
H A DbitMap.cpp218 void BitMap::at_put_range(idx_t start_offset, idx_t end_offset, bool value) { function in class:BitMap
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp407 result.at_put_range(0, result.size(), true);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp135 _bm.at_put_range(heapWordToOffset(mr.start()),
143 _bm.at_put_range(heapWordToOffset(mr.start()),

Completed in 158 milliseconds