Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc104 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
113 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
Dmark_sweep.cc163 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
/art/runtime/gc/
Dheap.h1101 void PreGcVerificationPaused(collector::GarbageCollector* gc)
Dheap.cc3300 void Heap::PreGcVerificationPaused(collector::GarbageCollector* gc) { in PreGcVerificationPaused() function in art::gc::Heap
3337 PreGcVerificationPaused(gc); in PreGcVerification()