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

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DCallSite.java257 static CallSite makeSite(MethodHandle bootstrapMethod, argument
270 binding = bootstrapMethod.invoke(caller, name, type);
272 binding = bootstrapMethod.invoke(caller, name, type, info);
278 MethodType bsmType = bootstrapMethod.type();
280 binding = bootstrapMethod.invoke(caller, name, type, argv);
283 .invoke(bootstrapMethod, caller, name, type, argv);
H A DMethodHandleNatives.java291 MethodHandle bootstrapMethod = (MethodHandle)bootstrapMethodObj;
295 appendixResult[0] = CallSite.makeSite(bootstrapMethod,

Completed in 30 milliseconds