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.h1201 void PrePauseRosAllocVerification(collector::GarbageCollector* gc)
Dheap.cc3573 void Heap::PrePauseRosAllocVerification([[maybe_unused]] collector::GarbageCollector* gc) { in PrePauseRosAllocVerification() function in art::gc::Heap