Searched refs:liveObjects (Results 1 – 1 of 1) sorted by relevance
52 int liveObjects = 0; field in Main199 liveObjects += n; in addObjects()209 if (n > liveObjects) { in dropObjects()212 if (liveObjects == n) { in dropObjects()216 final int skip = liveObjects - n; in dropObjects()228 liveObjects -= n; in dropObjects()237 if (liveObjects != MAX_LIVE_OBJS) { in testLoop()248 if (liveObjects != 0 || listHead != null) { in testLoop()