Home
last modified time | relevance | path

Searched defs:specialCaller (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodHandles.java67Class<?> specialCaller) throws NoSuchMethodException, IllegalAccessException { return null; } in findSpecial()
81 …public MethodHandle unreflectSpecial(Method m, Class<?> specialCaller) throws IllegalAccessExcepti… in unreflectSpecial()
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java1096Class<?> specialCaller) throws NoSuchMethodException, IllegalAccessException { in findSpecial()
1130 Class<?> refc, Class<?> specialCaller) in findSpecial()
1443 …public MethodHandle unreflectSpecial(Method m, Class<?> specialCaller) throws IllegalAccessExcepti… in unreflectSpecial()
1654 private void checkSpecialCaller(Class<?> specialCaller) throws IllegalAccessException { in checkSpecialCaller()