Home
last modified time | relevance | path

Searched refs:PostGcVerification (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/gc/collector/
H A Dsemi_space.cc121 GetHeap()->PostGcVerification(this); in RunPhases()
H A Dmark_sweep.cc174 GetHeap()->PostGcVerification(this); in RunPhases()
/aosp12/art/runtime/gc/
H A Dheap.h1148 void PostGcVerification(collector::GarbageCollector* gc)
H A Dheap.cc3432 void Heap::PostGcVerification(collector::GarbageCollector* gc) { in PostGcVerification() function in art::gc::Heap