Home | History | Annotate | Download | only in collector

Lines Matching refs:allocations

999 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) {
1008 Object** objects = allocations->Begin();
1009 size_t count = allocations->Size();
1091 allocations->Reset();
1103 // knowing that new allocations won't be marked as live.