Searched refs:bootstrapMethod (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/lang/invoke/
H A DCallSite.java300 static CallSite makeSite(MethodHandle bootstrapMethod, argument
313 binding = bootstrapMethod.invoke(caller, name, type);
315 binding = bootstrapMethod.invoke(caller, name, type, info);
321 binding = bootstrapMethod.invoke(caller, name, type);
324 binding = bootstrapMethod.invoke(caller, name, type,
328 binding = bootstrapMethod.invoke(caller, name, type,
332 binding = bootstrapMethod.invoke(caller, name, type,
336 binding = bootstrapMethod.invoke(caller, name, type,
340 binding = bootstrapMethod.invoke(caller, name, type,
344 binding = bootstrapMethod
[all...]
H A DMethodHandleNatives.java235 MethodHandle bootstrapMethod = (MethodHandle)bootstrapMethodObj;
240 return linkCallSiteImpl(caller, bootstrapMethod, name, type,
242 return linkCallSiteTracing(caller, bootstrapMethod, name, type,
246 MethodHandle bootstrapMethod,
250 CallSite callSite = CallSite.makeSite(bootstrapMethod,
265 MethodHandle bootstrapMethod,
269 Object bsmReference = bootstrapMethod.internalMemberName();
270 if (bsmReference == null) bsmReference = bootstrapMethod;
278 MemberName res = linkCallSiteImpl(caller, bootstrapMethod, name, type,
245 linkCallSiteImpl(Class<?> caller, MethodHandle bootstrapMethod, String name, MethodType type, Object staticArguments, Object[] appendixResult) argument
264 linkCallSiteTracing(Class<?> caller, MethodHandle bootstrapMethod, String name, MethodType type, Object staticArguments, Object[] appendixResult) argument
/openjdk9/hotspot/test/compiler/calls/common/
H A DInvokeDynamic.java60 public static CallSite bootstrapMethod(MethodHandles.Lookup lookup, method in class:InvokeDynamic

Completed in 96 milliseconds