Searched defs:contains_reference (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.hpp157 bool contains_reference(OopOrNarrowOopStar from) const;
307 bool contains_reference(OopOrNarrowOopStar from) const { function in class:HeapRegionRemSet
308 return _other_regions.contains_reference(from);
H A DheapRegionRemSet.cpp172 bool contains_reference(OopOrNarrowOopStar from) const { function in class:PerRegionTable
418 assert(contains_reference(from), "We just added it!");
433 assert(contains_reference(from), "We just added it!");
526 assert(contains_reference(from), "We just added it!");
801 bool OtherRegionsTable::contains_reference(OopOrNarrowOopStar from) const { function in class:OtherRegionsTable
817 return prt->contains_reference(from);

Completed in 52 milliseconds