Lines Matching refs:opt

24       $opt$TestInvokeStatic();  in main()
30 $opt$TestInvokeNew(); in main()
32 int result = $opt$TestInvokeIntParameter(42); in main()
38 $opt$TestInvokeObjectParameter(new Object()); in main()
41 Object b = $opt$TestInvokeObjectParameter(a); in main()
46 result = $opt$TestInvokeWith2Parameters(10, 9); in main()
51 result = $opt$TestInvokeWith3Parameters(10, 9, 1); in main()
56 result = $opt$TestInvokeWith5Parameters(10000, 1000, 100, 10, 1); in main()
61 result = $opt$TestInvokeWith7Parameters(100, 6, 5, 4, 3, 2, 1); in main()
67 if (m.$opt$TestThisParameter(m) != m) { in main()
71 if (m.$opt$TestOtherParameter(new Main()) == m) { in main()
75 if (m.$opt$TestReturnNewObject(m) == m) { in main()
83 $opt$SetFieldInOldObject(m1); in main()
100 $opt$ArrayLengthOfNull(null); in main()
109 result = $opt$InvokeVirtualMethod(); in main()
114 String s = $opt$StringInit(); in main()
129 static int $opt$TestInvokeIntParameter(int param) { in $opt$TestInvokeIntParameter()
133 static Object $opt$TestInvokeObjectParameter(Object a) { in $opt$TestInvokeObjectParameter()
138 static int $opt$TestInvokeWith2Parameters(int a, int b) { in $opt$TestInvokeWith2Parameters()
142 static int $opt$TestInvokeWith3Parameters(int a, int b, int c) { in $opt$TestInvokeWith3Parameters()
146 static int $opt$TestInvokeWith5Parameters(int a, int b, int c, int d, int e) { in $opt$TestInvokeWith5Parameters()
150 static int $opt$TestInvokeWith7Parameters(int a, int b, int c, int d, int e, int f, int g) { in $opt$TestInvokeWith7Parameters()
154 Object $opt$TestThisParameter(Object other) { in $opt$TestThisParameter()
159 Object $opt$TestOtherParameter(Object other) { in $opt$TestOtherParameter()
164 Object $opt$TestReturnNewObject(Object other) { in $opt$TestReturnNewObject()
170 public static void $opt$TestInvokeStatic() { in $opt$TestInvokeStatic()
179 public static void $opt$TestInvokeNew() { in $opt$TestInvokeNew()
222 public static void $opt$SetFieldInOldObject(Main m) { in $opt$SetFieldInOldObject()
226 public static int $opt$InvokeVirtualMethod() { in $opt$InvokeVirtualMethod()
234 public static int $opt$ArrayLengthOfNull(int[] array) { in $opt$ArrayLengthOfNull()
238 public static String $opt$StringInit() { in $opt$StringInit()