Home
last modified time | relevance | path

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

/external/r8/src/test/examples/inlining/
DInlining.java252 int anotherCounter = 0; in onlyCalledOnce() local
254 anotherCounter += i; in onlyCalledOnce()
256 return anotherCounter > count; in onlyCalledOnce()