Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc105 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
114 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
Dmark_sweep.cc158 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
165 GetHeap()->PrePauseRosAllocVerification(this); in RunPhases()
/art/runtime/gc/
Dheap.h1103 void PrePauseRosAllocVerification(collector::GarbageCollector* gc)
Dheap.cc3341 void Heap::PrePauseRosAllocVerification(collector::GarbageCollector* gc ATTRIBUTE_UNUSED) { in PrePauseRosAllocVerification() function in art::gc::Heap