Home
last modified time | relevance | path

Searched refs:PreGcVerification (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap.h972 void PreGcVerification(collector::GarbageCollector* gc)
Dheap.cc3399 void Heap::PreGcVerification(collector::GarbageCollector* gc) { in PreGcVerification() function in art::gc::Heap
/art/runtime/gc/collector/
Dmark_sweep.cc149 GetHeap()->PreGcVerification(this); in RunPhases()