Home
last modified time | relevance | path

Searched defs:invoke (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/java/java/lang/reflect/
DInvocationHandler.java59 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable; in invoke() method
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DProxyTest.java52 public Object invoke(Object proxy, Method method, Object[] args) in invoke() method in ProxyTest.Broken1Invoke
306 public Object invoke(Object object, Method method, Object[] args) in invoke() method in ProxyTest.TestProxyHandler
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DProxyTest.java63 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in ProxyTest.TestInvocationHandler
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationFactory.java276 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in AnnotationFactory
/libcore/libart/src/main/java/java/lang/reflect/
DMethod.java370 public native Object invoke(Object receiver, Object... args) in invoke() method in Method
DProxy.java377 static Object invoke(Proxy proxy, ArtMethod method, Object[] args) throws Throwable { in invoke() method in Proxy
/libcore/libdvm/src/main/java/java/lang/reflect/
DMethod.java510 public Object invoke(Object receiver, Object... args) in invoke() method in Method
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinTask.java686 public final V invoke() { in invoke() method in ForkJoinTask