Home | History | Annotate | Download | only in src

Lines Matching defs:counter_

2514   explicit AllSpaces(Heap* heap) : heap_(heap), counter_(FIRST_SPACE) {}
2518 int counter_;
2527 explicit OldSpaces(Heap* heap) : heap_(heap), counter_(OLD_POINTER_SPACE) {}
2531 int counter_;
2540 explicit PagedSpaces(Heap* heap) : heap_(heap), counter_(OLD_POINTER_SPACE) {}
2544 int counter_;