Searched refs:ObjectBytePair (Results 1 – 10 of 10) sorted by relevance
37 struct ObjectBytePair { struct38 ObjectBytePair(uint64_t num_objects = 0, int64_t num_bytes = 0)40 void Add(const ObjectBytePair& other) { in Add() argument107 ObjectBytePair freed_;108 ObjectBytePair freed_los_;170 void RecordFree(const ObjectBytePair& freed);172 void RecordFreeLOS(const ObjectBytePair& freed);
51 freed_ = ObjectBytePair(); in Reset()52 freed_los_ = ObjectBytePair(); in Reset()178 void GarbageCollector::RecordFree(const ObjectBytePair& freed) { in RecordFree()182 void GarbageCollector::RecordFreeLOS(const ObjectBytePair& freed) { in RecordFreeLOS()
427 RecordFree(ObjectBytePair(objects_freed, bytes_freed)); in Compact()
1122 ObjectBytePair freed; in SweepArray()1123 ObjectBytePair freed_los; in SweepArray()
254 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()
919 RecordFree(ObjectBytePair(freed_objects, freed_bytes)); in ReclaimPhase()
89 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { in Sweep()94 return collector::ObjectBytePair(0, 0); in Sweep()
255 collector::ObjectBytePair freed;441 collector::ObjectBytePair Sweep(bool swap_bitmaps);
77 collector::ObjectBytePair Sweep(bool swap_bitmaps);
593 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { in Sweep()595 return collector::ObjectBytePair(0, 0); in Sweep()