Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.h111 void RecordFreeLOS(const ObjectBytePair& freed);
Dgarbage_collector.cc264 void GarbageCollector::RecordFreeLOS(const ObjectBytePair& freed) { in RecordFreeLOS() function in art::gc::collector::GarbageCollector
Dsemi_space.cc533 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
Dmark_sweep.cc1300 RecordFreeLOS(freed_los); in SweepArray()
1336 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
Dconcurrent_copying.cc2567 RecordFreeLOS(freed_los); in SweepArray()
2600 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps)); in SweepLargeObjects()