Home
last modified time | relevance | path

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

/aosp12/art/test/2019-constantcalculationsinking/src/
H A DMain.java44 int testVar = 10000; in testLoopAddInt() local
52 testVar += 5; in testLoopAddInt()
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
[all …]