Searched refs:getMethodHandle (Results 1 – 3 of 3) sorted by relevance
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/ |
D | AndroidInterceptors.java | 61 …public MethodHandle getMethodHandle(String methodName, MethodType type) throws NoSuchMethodExcepti… in getMethodHandle() method 92 …public MethodHandle getMethodHandle(String methodName, MethodType type) throws NoSuchMethodExcepti… 125 …public MethodHandle getMethodHandle(String methodName, MethodType type) throws NoSuchMethodExcepti… 156 …public MethodHandle getMethodHandle(String methodName, MethodType type) throws NoSuchMethodExcepti… 193 …public MethodHandle getMethodHandle(String methodName, MethodType type) throws NoSuchMethodExcepti… 224 …public MethodHandle getMethodHandle(String methodName, MethodType type) throws NoSuchMethodExcepti… 246 …@Override public MethodHandle getMethodHandle(String methodName, MethodType type) throws NoSuchMet…
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | InvokeDynamicSupport.java | 82 MethodHandle mh = getMethodHandle(callee, name, type); in bootstrapIntrinsic() 92 …private static MethodHandle getMethodHandle(String className, String methodName, MethodType type) { in getMethodHandle() method in InvokeDynamicSupport 101 return ReflectionHelpers.newInstance(theClass).getMethodHandle(methodName, type); in getMethodHandle()
|
D | Interceptor.java | 22 …abstract public MethodHandle getMethodHandle(String methodName, MethodType type) throws NoSuchMeth… in getMethodHandle() method in Interceptor
|