Searched refs:_no_entries (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MMUTracker.cpp48 _no_entries(0) { }
52 while (_no_entries > 0) {
55 --_no_entries;
59 guarantee(_no_entries == 0, "should have no entries in the array");
65 for (int i = 0; i < _no_entries; ++i) {
85 if (_no_entries == QueueLength) {
105 ++_no_entries;
H A Dg1MMUTracker.hpp116 int _no_entries; member in class:G1MMUTrackerQueue

Completed in 29 milliseconds