Searched refs:is_unmarked (Results 1 - 5 of 5) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DparMarkBitMap.hpp61 inline bool is_unmarked(idx_t bit) const;
62 inline bool is_unmarked(HeapWord* addr) const;
63 inline bool is_unmarked(oop obj) const;
264 inline bool ParMarkBitMap::is_unmarked(idx_t bit) const function in class:ParMarkBitMap
269 inline bool ParMarkBitMap::is_unmarked(HeapWord* addr) const function in class:ParMarkBitMap
274 inline bool ParMarkBitMap::is_unmarked(oop obj) const function in class:ParMarkBitMap
H A DpsCompactionManager.inline.hpp77 if (mark_bitmap()->is_unmarked(obj) && PSParallelCompact::mark_obj(obj)) {
H A DpsCompactionManager.cpp189 if (PSParallelCompact::mark_bitmap()->is_unmarked(referent) &&
H A DparMarkBitMap.cpp220 if (range_beg < range_end && is_unmarked(range_beg)) {
H A DpsParallelCompact.cpp2827 if (bitmap->is_unmarked(closure.source())) {

Completed in 170 milliseconds