Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc111 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
120 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
Dmark_compact.cc82 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
Dmark_sweep.cc151 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
158 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
/art/runtime/gc/
Dheap.h714 void PrePauseRosAllocVerification(collector::GarbageCollector* gc)
Dheap.cc2703 void Heap::PrePauseRosAllocVerification(collector::GarbageCollector* gc) { in PrePauseRosAllocVerification() function in art::gc::Heap