Searched refs:revealDirect (Results 1 – 8 of 8) sorted by relevance
89 MethodHandleInfo info = MethodHandles.lookup().revealDirect(mh); in methodInvocationFromMethodInfo()101 MethodHandleInfo info = MethodHandles.lookup().revealDirect(mh); in reflectAsFromVarHandleInvoker()113 MethodHandleInfo info = MethodHandles.lookup().revealDirect(mh); in reflectAsFromFindVirtual()
271 MethodHandleInfo info = MethodHandles.lookup().revealDirect(mh); in bind()
89 public MethodHandleInfo revealDirect(MethodHandle target) { return null; } in revealDirect() method in MethodHandles.Lookup
181 MethodHandleInfo info = lookup.revealDirect(mh); in getStaticFinal()
2069 public MethodHandleInfo revealDirect(MethodHandle target) { in revealDirect() method in MethodHandles.Lookup
1913 MethodHandleInfo info = MethodHandles.lookup().revealDirect(handle); in testRevealDirect()1936 info = MethodHandles.lookup().revealDirect(handle); in testRevealDirect()1950 info = MethodHandles.lookup().revealDirect(handle); in testRevealDirect()1964 info = MethodHandles.lookup().revealDirect(handle); in testRevealDirect()1978 info = MethodHandles.lookup().revealDirect(handle); in testRevealDirect()1990 info = MethodHandles.lookup().revealDirect(handle); in testRevealDirect()2001 info = MethodHandles.lookup().revealDirect(handle); in testRevealDirect()2013 info = MethodHandles.lookup().revealDirect(handle); in testRevealDirect()
567 public java.lang.invoke.MethodHandleInfo revealDirect( in revealDirect() method in MethodHandles.Lookup
4737 method public java.lang.invoke.MethodHandleInfo revealDirect(java.lang.invoke.MethodHandle);