Searched refs:ObjectBytePair (Results 1 – 11 of 11) sorted by relevance
26 struct ObjectBytePair { struct27 explicit ObjectBytePair(uint64_t num_objects = 0, int64_t num_bytes = 0)29 void Add(const ObjectBytePair& other) { in Add() argument
88 ObjectBytePair freed_;89 ObjectBytePair freed_los_;
56 freed_ = ObjectBytePair(); in Reset()57 freed_los_ = ObjectBytePair(); in Reset()269 void GarbageCollector::RecordFree(const ObjectBytePair& freed) { in RecordFree()273 void GarbageCollector::RecordFreeLOS(const ObjectBytePair& freed) { in RecordFreeLOS()
109 void RecordFree(const ObjectBytePair& freed);111 void RecordFreeLOS(const ObjectBytePair& freed);
1213 ObjectBytePair freed; in SweepArray()1214 ObjectBytePair freed_los; in SweepArray()
268 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()
2421 ObjectBytePair freed; in SweepArray()2422 ObjectBytePair freed_los; in SweepArray()2682 RecordFree(ObjectBytePair(freed_objects, freed_bytes)); in ReclaimPhase()
92 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { in Sweep()97 return collector::ObjectBytePair(0, 0); in Sweep()
254 collector::ObjectBytePair freed;450 collector::ObjectBytePair Sweep(bool swap_bitmaps);
83 collector::ObjectBytePair Sweep(bool swap_bitmaps);
611 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { in Sweep()613 return collector::ObjectBytePair(0, 0); in Sweep()