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.java499 @MethodHandle.PolymorphicSignature
525 @MethodHandle.PolymorphicSignature
557 @MethodHandle.PolymorphicSignature
587 @MethodHandle.PolymorphicSignature
617 @MethodHandle.PolymorphicSignature
644 @MethodHandle.PolymorphicSignature
681 @MethodHandle.PolymorphicSignature
712 @MethodHandle.PolymorphicSignature
748 @MethodHandle.PolymorphicSignature
783 @MethodHandle.PolymorphicSignature
[all …]
DMethodHandle.java437 public @interface PolymorphicSignature { } annotation in MethodHandle
549 public final native @PolymorphicSignature Object invokeExact(Object... args) throws Throwable; in invokeExact()
586 public final native @PolymorphicSignature Object invoke(Object... args) throws Throwable; in invoke()