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

/art/runtime/gc/collector/
H A Dmark_compact.h144 bool ShouldSweepSpace(space::ContinuousSpace* space) const;
H A Dsemi_space.h184 virtual bool ShouldSweepSpace(space::ContinuousSpace* space) const;
H A Dmark_compact.cc499 bool MarkCompact::ShouldSweepSpace(space::ContinuousSpace* space) const { function in class:art::gc::collector::MarkCompact
539 if (!ShouldSweepSpace(alloc_space)) {
H A Dsemi_space.cc647 bool SemiSpace::ShouldSweepSpace(space::ContinuousSpace* space) const { function in class:art::gc::collector::SemiSpace
657 if (!ShouldSweepSpace(alloc_space)) {
/art/runtime/gc/
H A Dheap.cc2224 virtual bool ShouldSweepSpace(space::ContinuousSpace* space ATTRIBUTE_UNUSED) const { function in class:art::gc::FINAL

Completed in 449 milliseconds