Home
last modified time | relevance | path

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

/art/test/674-hotness-compiled/src/
DMain.java39 int newCounter = getHotnessCounter(Main.class, "$noinline$hotnessCountWithLoop"); in main() local
40 if (newCounter <= counter) { in main()
41 throw new Error("Expected counter " + newCounter + " to be larger than " + counter); in main()
43 counter = newCounter; in main()
46 newCounter = getHotnessCounter(Main.class, "$noinline$hotnessCountWithLoop"); in main()
47 if (newCounter <= counter) { in main()
48 throw new Error("Expected counter " + newCounter + " to be larger than " + counter); in main()