Home
last modified time | relevance | path

Searched defs:ShouldSweepSpace (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc505 bool SemiSpace::ShouldSweepSpace(space::ContinuousSpace* space) const { in ShouldSweepSpace() function in art::gc::collector::SemiSpace
/art/runtime/gc/
Dheap.cc2232 bool ShouldSweepSpace(space::ContinuousSpace* space ATTRIBUTE_UNUSED) const override { in ShouldSweepSpace() function in art::gc::ZygoteCompactingCollector