Searched refs:is_marked (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DmarkOop.cpp59 if (is_marked() && ((markOopDesc *)this)->decode_pointer() != NULL) {
H A Doop.pcgc.inline.hpp61 assert (PSParallelCompact::mark_bitmap()->is_marked(this),
86 while (!oldMark->is_marked()) {
92 // If the CAS was unsuccessful then curMark->is_marked()
H A DmarkOop.hpp220 bool is_marked() const { function in class:markOopDesc
H A Doop.inline.hpp590 return mark()->is_marked();
674 return mark()->is_marked();
744 } else if (mrk->is_marked()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparMarkBitMap.hpp58 inline bool is_marked(idx_t bit) const;
59 inline bool is_marked(HeapWord* addr) const;
60 inline bool is_marked(oop obj) const;
281 inline bool ParMarkBitMap::is_marked(idx_t bit) const function in class:ParMarkBitMap
286 inline bool ParMarkBitMap::is_marked(HeapWord* addr) const function in class:ParMarkBitMap
288 return is_marked(addr_to_bit(addr));
291 inline bool ParMarkBitMap::is_marked(oop obj) const function in class:ParMarkBitMap
293 return is_marked((HeapWord*)obj);
298 return !is_marked(bit);
303 return !is_marked(add
[all...]
H A DpsPromotionManager.inline.hpp82 if (!test_mark->is_marked()) {
H A DparMarkBitMap.cpp139 assert(is_marked(end_obj), "end_obj must be live");
H A DpsMarkSweepDecorator.cpp128 assert(oop(q)->mark()->is_marked() || oop(q)->mark()->is_unlocked() ||
H A DpsParallelCompact.cpp766 assert(PSParallelCompact::mark_bitmap()->is_marked(addr), "not marked");
847 bool PSParallelCompact::IsAliveClosure::do_object_b(oop p) { return mark_bitmap()->is_marked(p); }
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.inline.hpp58 if (!obj->mark()->is_marked()) {
71 if (!obj->mark()->is_marked()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparOopClosures.inline.hpp43 if (m->is_marked()) { // Contains forwarding pointer.
106 if (m->is_marked()) { // Contains forwarding pointer.
/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.cpp49 if (obj->mark()->is_marked()) {
67 if (obj->mark()->is_marked()) {
338 assert(SharedSkipVerify || !obj->mark()->is_marked(),
H A Dspace.hpp559 oop(q)->mark()->is_marked() || oop(q)->mark()->is_unlocked() || \
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DcollectionSetChooser.hpp110 assert(hr->is_marked(), "pre-condition");
H A DheapRegion.hpp645 bool is_marked() { return _prev_top_at_mark_start != bottom(); } function in class:HeapRegion
H A Dg1CollectorPolicy.cpp1265 if (hr->is_marked())
1517 if (r->is_marked()) {
1541 if (r->is_marked()) {
H A Dg1CollectedHeap.hpp1744 bool is_marked(oop obj, VerifyOption vo);
H A DconcurrentMark.cpp2552 bool marked = _g1h->is_marked(obj, _vo);
2589 bool marked = _g1h->is_marked(o, _vo);
H A Dg1CollectedHeap.cpp3144 bool G1CollectedHeap::is_marked(oop obj, VerifyOption vo) { function in class:G1CollectedHeap
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp1639 if (mark->is_marked()) {
1725 assert(!o->mark()->is_marked(), "should only mark an object once");
1741 return o->mark()->is_marked();

Completed in 149 milliseconds