Home
last modified time | relevance | path

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

/art/test/484-checker-register-hints/src/
DMain.java36 int e = live1; in test1()
51 live1 = e + f + g; in test1()
71 int e = live1; in test2()
85 live1 = e + f + g; in test2()
107 int e = live1; in test3()
111 live1 = e; in test3()
114 live1 = e; in test3()
125 live1 = e + f + g; in test3()
132 static int live1; field in Main