Searched refs:contains_reference_locked (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.hpp158 bool contains_reference_locked(OopOrNarrowOopStar from) const;
H A DheapRegionRemSet.cpp467 assert(contains_reference_locked(from), "We just added it!");
804 return contains_reference_locked(from);
807 bool OtherRegionsTable::contains_reference_locked(OopOrNarrowOopStar from) const { function in class:OtherRegionsTable

Completed in 603 milliseconds