Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc123 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
132 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
Dmark_compact.cc65 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
Dmark_sweep.cc154 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
161 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
/art/runtime/gc/
Dheap.h926 void PrePauseRosAllocVerification(collector::GarbageCollector* gc)
Dheap.cc3372 void Heap::PrePauseRosAllocVerification(collector::GarbageCollector* gc ATTRIBUTE_UNUSED) { in PrePauseRosAllocVerification() function in art::gc::Heap