Home
last modified time | relevance | path

Searched refs:IsAllocSpace (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/gc/space/
H A Dspace.h157 virtual bool IsAllocSpace() const { in IsAllocSpace() function
417 bool IsAllocSpace() const override { in IsAllocSpace() function
H A Dlarge_object_space.h77 bool IsAllocSpace() const override { in IsAllocSpace() function
/aosp12/art/runtime/gc/collector/
H A Dmark_sweep.cc1222 if (space->IsAllocSpace() && in SweepArray()
H A Dconcurrent_copying.cc2524 if (!space->IsAllocSpace() || in SweepArray()
/aosp12/art/runtime/gc/
H A Dheap.cc1112 if (space->IsAllocSpace()) { in AddSpace()
1153 if (space->IsAllocSpace()) { in RemoveSpace()