Home
last modified time | relevance | path

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

/art/test/2042-reference-processing/src/
DMain.java43 static final int MAX_LIVE_OBJS = 150; field in Main
45 static final int MIN_LIVE_OBJS = MAX_LIVE_OBJS - DROP_OBJS;
237 if (liveObjects != MAX_LIVE_OBJS) { in testLoop()