Lines Matching refs:c

42     Class<?> c = Class.forName("TestCase");  in main()  local
47 Method m = c.getMethod("vregAliasing", byte[].class); in main()
53 c.getMethod("compareNewInstance").invoke(null, (Object[]) null); in main()
58 ensureJitCompiled(c, "deoptimizeNewInstance"); in main()
59 Method m = c.getMethod("deoptimizeNewInstance", int[].class, byte[].class); in main()
72 Method m = c.getMethod("removeNewInstance", byte[].class); in main()
78 Method m = c.getMethod("irreducibleLoopAndStringInit1", byte[].class, boolean.class); in main()
85 Method m = c.getMethod("irreducibleLoopAndStringInit2", byte[].class, boolean.class); in main()
92 Method m = c.getMethod("irreducibleLoopAndStringInit3", byte[].class, boolean.class); in main()
99 Method m = c.getMethod("loopAndStringInit", byte[].class, boolean.class); in main()
106 Method m = c.getMethod("loopAndStringInitAlias", byte[].class, boolean.class); in main()
113 Method m = c.getMethod("loopAndStringInitAndTest", byte[].class, boolean.class); in main()
121 ensureJitCompiled(c, "deoptimizeNewInstanceAfterLoop"); in main()
122 Method m = c.getMethod( in main()
135 Method m = c.getMethod("loopAndStringInitAndPhi", byte[].class, boolean.class); in main()
143 c.getMethod("loopAndTwoStringInitAndPhi", byte[].class, boolean.class, boolean.class); in main()
150 Method m = c.getMethod("stringAndCatch", byte[].class, boolean.class); in main()
155 Method m = c.getMethod("stringAndCatch2", byte[].class, boolean.class); in main()
160 Method m = c.getMethod("stringAndCatch3", byte[].class, boolean.class); in main()