Home
last modified time | relevance | path

Searched refs:AllocSpace (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/space/
Dspace.h43 class AllocSpace; variable
161 virtual AllocSpace* AsAllocSpace();
195 class AllocSpace {
258 AllocSpace() {} in AllocSpace() function
259 virtual ~AllocSpace() {} in ~AllocSpace()
262 DISALLOW_COPY_AND_ASSIGN(AllocSpace);
407 class ContinuousMemMapAllocSpace : public MemMapSpace, public AllocSpace {
412 AllocSpace* AsAllocSpace() OVERRIDE { in AsAllocSpace()
Dspace.cc66 AllocSpace* Space::AsAllocSpace() { in AsAllocSpace()
141 AllocSpace::SweepCallbackContext::SweepCallbackContext(bool swap_bitmaps_in, space::Space* space_in) in SweepCallbackContext()
Dlarge_object_space.h41 class LargeObjectSpace : public DiscontinuousSpace, public AllocSpace {
74 AllocSpace* AsAllocSpace() OVERRIDE { in AsAllocSpace()
Dlarge_object_space.cc607 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep()
/art/runtime/gc/
Dheap.h82 class AllocSpace; variable
868 space::AllocSpace* space,
1027 std::vector<space::AllocSpace*> alloc_spaces_;
Dheap.cc1341 space::AllocSpace* space = nullptr; in ThrowOutOfMemoryError()
1876 for (space::AllocSpace* space : alloc_spaces_) { in GetObjectsAllocated()
/art/runtime/gc/collector/
Dmark_sweep.cc1216 space::AllocSpace* alloc_space = space->AsAllocSpace(); in SweepArray()