Home | History | Annotate | Download | only in collector

Lines Matching refs:allocations

1186 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) {
1195 StackReference<mirror::Object>* objects = allocations->Begin();
1196 size_t count = allocations->Size();
1281 allocations->Reset();
1293 // knowing that new allocations won't be marked as live.