Searched defs:getMethod (Results 1 - 4 of 4) sorted by relevance

/art/test/1939-proxy-frames/src/art/
H A DTest1939.java150 public static Method getMethod(Class<?> klass, String name) throws Exception { method in class:Test1939
175 getProxyObject(Foo.class), getMethod(Foo.class, "InterfaceProxyMethod"));
/art/test/1912-get-set-local-primitive/src/art/
H A DTest1912.java218 public static Method getMethod(String name) throws Exception { method in class:Test1912
225 new TestCase(getMethod("IntMethod")),
226 new TestCase(getMethod("LongMethod")),
227 new TestCase(getMethod("FloatMethod")),
228 new TestCase(getMethod("DoubleMethod")),
249 new TestCase(getMethod("BooleanMethod")).exec(
251 new TestCase(getMethod("ByteMethod")).exec(
254 new TestCase(getMethod("CharMethod")).exec(
256 new TestCase(getMethod("ShortMethod")).exec(
/art/test/1913-get-set-local-objects/src/art/
H A DTest1913.java221 public static Method getMethod(String name) throws Exception { method in class:Test1913
228 new TestCase(getMethod("ObjectMethod")),
229 new TestCase(getMethod("InterfaceMethod")),
230 new TestCase(getMethod("SpecificClassMethod")),
231 new TestCase(getMethod("PrimitiveMethod")),
/art/test/1914-get-local-instance/src/art/
H A DTest1914.java167 public static Method getMethod(Class<?> klass, String name) throws Exception { method in class:Test1914
193 new TestCase(null, getMethod(Test1914.class, "StaticMethod")),
194 new TestCase(null, getMethod(Test1914.class, "NativeStaticMethod")),
196 getMethod(TargetClass.class, "InstanceMethod")),
198 getMethod(TargetClass.class, "NativeInstanceMethod")),
200 getMethod(Foo.class, "InterfaceProxyMethod")),

Completed in 222 milliseconds