Home
last modified time | relevance | path

Searched refs:MIN_LIVE_OBJS (Results 1 – 1 of 1) sorted by relevance

/art/test/2042-reference-processing/src/
DMain.java45 static final int MIN_LIVE_OBJS = MAX_LIVE_OBJS - DROP_OBJS; field in Main
233 addObjects(MIN_LIVE_OBJS); in testLoop()
234 final int ITERS = (TOTAL_OBJS - MIN_LIVE_OBJS) / DROP_OBJS; in testLoop()
247 dropObjects(MIN_LIVE_OBJS); in testLoop()