Home
last modified time | relevance | path

Searched defs:testVar (Results 1 – 1 of 1) sorted by relevance

/art/test/2019-constantcalculationsinking/src/
DMain.java44 int testVar = 10000; in testLoopAddInt() local
61 int testVar = 10000; in testLoopSubInt() local
78 long testVar = 10000; in testLoopSubLong() local
95 int testVar = 1; in testLoopMulInt() local
113 long testVar = 1; in testLoopMulLong() local
131 int testVar = 10000; in testLoopDivInt() local
148 long testVar = 10000; in testLoopDivLong() local
165 int testVar = 10000; in testLoopRemInt() local
182 long testVar = 10000; in testLoopRemLong() local
199 long testVar = 10000; in testLoopAddLong() local