Home | History | Annotate | Download | only in src

Lines Matching defs:run

35         main.run();
37 /* run through the heap to see if we trashed something */
43 public void run() {
45 instField.run();
47 StaticField.run();
49 IntMath.run();
50 FloatMath.run();
51 Compare.run();
53 Monitor.run();
54 Switch.run();
55 Array.run();
56 Classes.run();
57 Goto.run();
58 MethodCall.run();
59 Throw.run();
62 UnresTest1.run();
67 UnresTest1.run();
73 UnresTest2.run();
80 InternedString.run();