Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DUnresTest1.java8 UnresStuff stuff = new UnresStuff(); in run()
42 int y = UnresStuff.staticField; in run()
48 UnresStuff.staticField = 17; in run()
55 double d = UnresStuff.wideStaticField; in run()
61 UnresStuff.wideStaticField = 1.0; in run()
74 UnresStuff.staticMethod(); in run()
DUnresTest2.java30 UnresStuff stuff = new UnresStuff(); in run()
DUnresStuff.java7 public class UnresStuff { class
/art/test/003-omnibus-opcodes/src2/
DUnresStuff.java7 public class UnresStuff { class