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

/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.cpp560 iter.load_ptrs(DEBUG_ONLY(!discovery_is_atomic() /* allow_null_referent */));
596 assert(discovery_is_atomic(), "Error");
633 assert(!discovery_is_atomic(), "Error");
957 RefProcPhase2Task phase2(*this, refs_lists, !discovery_is_atomic() /*marks_oops_alive*/);
993 assert(!discovery_is_atomic(), "Else why call this method?");
1124 bool da = discovery_is_atomic();
1234 (discovery_is_atomic() &&
H A DreferenceProcessor.hpp319 if (discovery_is_atomic()) {
481 bool discovery_is_atomic() const { return _discovery_is_atomic; } function in class:ReferenceProcessor
622 // of the "discovery_is_atomic" field of the
633 _saved_atomic_discovery = _rp->discovery_is_atomic();
H A DgenCollectedHeap.cpp579 if (rp->discovery_is_atomic()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp3559 assert(!rp->discovery_is_atomic(),
4323 assert(!ref_processor()->discovery_is_atomic(), "Should be non-atomic");
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp5492 assert(!rp->discovery_is_atomic(), "check this code");

Completed in 78 milliseconds