Home | History | Annotate | Download | only in heap

Lines Matching refs:counter_

2364   explicit AllSpaces(Heap* heap) : heap_(heap), counter_(FIRST_SPACE) {}
2369 int counter_;
2377 explicit OldSpaces(Heap* heap) : heap_(heap), counter_(OLD_SPACE) {}
2382 int counter_;
2391 explicit PagedSpaces(Heap* heap) : heap_(heap), counter_(OLD_SPACE) {}
2396 int counter_;