Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace.h161 virtual AllocSpace* AsAllocSpace();
412 AllocSpace* AsAllocSpace() OVERRIDE { in AsAllocSpace() function
Dspace.cc66 AllocSpace* Space::AsAllocSpace() { in AsAllocSpace() function in art::gc::space::Space
Dlarge_object_space.h74 AllocSpace* AsAllocSpace() OVERRIDE { in AsAllocSpace() function
/art/runtime/gc/collector/
Dmark_sweep.cc1216 space::AllocSpace* alloc_space = space->AsAllocSpace(); in SweepArray()
/art/runtime/gc/
Dheap.cc1091 alloc_spaces_.push_back(space->AsAllocSpace()); in AddSpace()
1132 auto it = std::find(alloc_spaces_.begin(), alloc_spaces_.end(), space->AsAllocSpace()); in RemoveSpace()