Lines Matching refs:out

27     System.out.println("targetMethodTest4 from Super");  in targetMethodTest4()
37 System.out.println("InvokeCustom.<init>(" + i + ")"); in InvokeCustom()
41 System.out.println("Hello World!"); in targetMethodTest1()
46 System.out.println(z); in targetMethodTest2()
47 System.out.println(b); in targetMethodTest2()
48 System.out.println(c); in targetMethodTest2()
49 System.out.println(s); in targetMethodTest2()
50 System.out.println(i); in targetMethodTest2()
51 System.out.println(f); in targetMethodTest2()
52 System.out.println(l); in targetMethodTest2()
53 System.out.println(d); in targetMethodTest2()
54 System.out.println(str); in targetMethodTest2()
58 System.out.println("targetMethodTest3 from InvokeCustom"); in targetMethodTest3()
64 System.out.println("targetMethodTest4 from InvokeCustom (oops!)"); in targetMethodTest4()
69 System.out.println("targetMethodTest5 " + x + " + " + y + " = " + calculated); in targetMethodTest5()
71 System.out.println("Failed " + calculated + " != " + total); in targetMethodTest5()
78 System.out.println("targetMethodTest6 " + x + " + " + y + " = " + calculated); in targetMethodTest6()
80 System.out.println("Failed " + calculated + " != " + total); in targetMethodTest6()
87 System.out.println("targetMethodTest7 " + x + " * " + y + " = " + calculated); in targetMethodTest7()
89 System.out.println("Failed " + calculated + " != " + product); in targetMethodTest7()
95 System.out.println("targetMethodTest8 " + s); in targetMethodTest8()
106 System.out.print("checkStaticFieldTest9: old " + oldValue + " new " + newValue + in checkStaticFieldTest9()
108 System.out.println((newValue == NEW_VALUE) ? "OK" : "ERROR"); in checkStaticFieldTest9()
119 System.out.print("checkFieldTest9: old " + oldValue + " new " + newValue + in checkFieldTest9()
121 System.out.println((newValue == NEW_VALUE) ? "OK" : "ERROR"); in checkFieldTest9()
125 System.out.println("helperMethodTest9 in " + InvokeCustom.class); in helperMethodTest9()
129 System.out.println("targetMethodTest9()"); in targetMethodTest9()
133 System.out.println("run() for Test9"); in run()
138 System.out.println("bsmLookupStatic []"); in bsmLookupStatic()
147 System.out.println("bsmLookupStaticWithExtraArgs [" + i + ", " + l + ", " + f + ", " + d + "]"); in bsmLookupStaticWithExtraArgs()
156 System.out.println("bsmCreateCallSite [" + mh + "]"); in bsmCreateCallSite()
166 System.out.println("bsmLookupTest9 [" + staticGetter + ", " + staticSetter + ", " + in bsmLookupTest9()
168 System.out.println(name + " " + type); in bsmLookupTest9()