Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc123 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
132 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
Dmark_compact.cc70 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
Dmark_sweep.cc160 GetHeap()->PreGcVerificationPaused(this); in RunPhases()
/art/runtime/gc/
Dheap.h974 void PreGcVerificationPaused(collector::GarbageCollector* gc)
Dheap.cc3365 void Heap::PreGcVerificationPaused(collector::GarbageCollector* gc) { in PreGcVerificationPaused() function in art::gc::Heap
3402 PreGcVerificationPaused(gc); in PreGcVerification()