Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc245 GetHeap()->RecordFreeRevoke(); // this is for the non-moving rosalloc space used by GSS. in MarkingPhase()
Dmark_sweep.cc296 GetHeap()->RecordFreeRevoke(); in ReclaimPhase()
/art/runtime/gc/
Dheap.h399 void RecordFreeRevoke();
Dheap.cc1472 void Heap::RecordFreeRevoke() { in RecordFreeRevoke() function in art::gc::Heap