Lines Matching defs:run
26 main.run();
28 /* run through the heap to see if we trashed something */
34 public void run() {
36 instField.run();
38 StaticField.run();
40 IntMath.run();
41 FloatMath.run();
42 Compare.run();
44 Monitor.run();
45 Switch.run();
46 Array.run();
47 Classes.run();
48 Goto.run();
49 MethodCall.run();
50 Throw.run();
53 UnresTest1.run();
58 UnresTest1.run();
64 UnresTest2.run();
72 InternedString.run();
73 GenSelect.run();