Home
last modified time | relevance | path

Searched refs:PolymorphicSignature (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/invoke/
DVarHandle.java493 @MethodHandle.PolymorphicSignature
520 @MethodHandle.PolymorphicSignature
553 @MethodHandle.PolymorphicSignature
584 @MethodHandle.PolymorphicSignature
615 @MethodHandle.PolymorphicSignature
643 @MethodHandle.PolymorphicSignature
681 @MethodHandle.PolymorphicSignature
713 @MethodHandle.PolymorphicSignature
750 @MethodHandle.PolymorphicSignature
786 @MethodHandle.PolymorphicSignature
[all …]
DMethodHandle.java435 public @interface PolymorphicSignature { } annotation in MethodHandle
569 public final native @PolymorphicSignature Object invokeExact(Object... args) throws Throwable; in invokeExact()
606 public final native @PolymorphicSignature Object invoke(Object... args) throws Throwable; in invoke()