Lines Matching refs:getMethod
49 Method m = c.getMethod("vregAliasing", byte[].class); in main()
55 c.getMethod("compareNewInstance").invoke(null, (Object[]) null); in main()
61 Method m = c.getMethod("deoptimizeNewInstance", int[].class, byte[].class); in main()
74 Method m = c.getMethod("removeNewInstance", byte[].class); in main()
80 Method m = c.getMethod("irreducibleLoopAndStringInit1", byte[].class, boolean.class); in main()
87 Method m = c.getMethod("irreducibleLoopAndStringInit2", byte[].class, boolean.class); in main()
94 Method m = c.getMethod("irreducibleLoopAndStringInit3", byte[].class, boolean.class); in main()
101 Method m = c.getMethod("loopAndStringInit", byte[].class, boolean.class); in main()
108 Method m = c.getMethod("loopAndStringInitAlias", byte[].class, boolean.class); in main()
115 Method m = c.getMethod("loopAndStringInitAndTest", byte[].class, boolean.class); in main()
124 Method m = c.getMethod( in main()
137 Method m = c.getMethod("loopAndStringInitAndPhi", byte[].class, boolean.class); in main()
145 c.getMethod("loopAndTwoStringInitAndPhi", byte[].class, boolean.class, boolean.class); in main()
152 Method m = c.getMethod("stringAndCatch", byte[].class, boolean.class); in main()
157 Method m = c.getMethod("stringAndCatch2", byte[].class, boolean.class); in main()
162 Method m = c.getMethod("stringAndCatch3", byte[].class, boolean.class); in main()