Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc124 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
133 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
Dmark_compact.cc73 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
Dmark_sweep.cc156 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
163 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
/art/runtime/gc/
Dheap.h985 void PrePauseRosAllocVerification(collector::GarbageCollector* gc)
Dheap.cc3267 void Heap::PrePauseRosAllocVerification(collector::GarbageCollector* gc ATTRIBUTE_UNUSED) { in PrePauseRosAllocVerification() function in art::gc::Heap