Searched defs:ScopedHeapFill (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.h1057 friend class ScopedHeapFill;
1074 // ScopedHeapFill changes the bytes allocated counter to be equal to the growth limit. This
1077 class ScopedHeapFill { class in namespace:art::gc
1079 explicit ScopedHeapFill(Heap* heap) function in class:art::gc::ScopedHeapFill
1084 ~ScopedHeapFill() {

Completed in 7 milliseconds