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

/art/runtime/gc/space/
H A Dspace.h42 class AllocSpace;
160 virtual AllocSpace* AsAllocSpace();
193 // AllocSpace interface.
194 class AllocSpace { class in namespace:art::gc::space
257 AllocSpace() {} function in class:art::gc::space::AllocSpace
258 virtual ~AllocSpace() {}
261 DISALLOW_COPY_AND_ASSIGN(AllocSpace);
410 class ContinuousMemMapAllocSpace : public MemMapSpace, public AllocSpace {
415 AllocSpace* AsAllocSpace() OVERRIDE {
H A Dspace.cc69 AllocSpace* Space::AsAllocSpace() {
143 AllocSpace::SweepCallbackContext::SweepCallbackContext(bool swap_bitmaps_in, space::Space* space_in)
H A Dlarge_object_space.h42 class LargeObjectSpace : public DiscontinuousSpace, public AllocSpace {
75 AllocSpace* AsAllocSpace() OVERRIDE {
H A Dlarge_object_space.cc602 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this);
/art/runtime/gc/
H A Dheap.h97 class AllocSpace;
922 space::AllocSpace* space,
1103 std::vector<space::AllocSpace*> alloc_spaces_;
H A Dheap.cc1224 space::AllocSpace* space = nullptr;
1771 for (space::AllocSpace* space : alloc_spaces_) {
2662 << PrettySize(current_gc_iteration_.GetFreedBytes()) << ") AllocSpace objects, "
3204 // No mod union table for the AllocSpace. Age the cards so that the GC knows that these
/art/runtime/gc/collector/
H A Dmark_sweep.cc1238 space::AllocSpace* alloc_space = space->AsAllocSpace();

Completed in 124 milliseconds