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

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleNatives.java290 Object[] appendixResult) {
295 appendixResult[0] = CallSite.makeSite(bootstrapMethod,
321 Object[] appendixResult) {
323 return linkMethodImpl(callerClass, refKind, defc, name, type, appendixResult);
324 return linkMethodTracing(callerClass, refKind, defc, name, type, appendixResult);
328 Object[] appendixResult) {
333 return Invokers.genericInvokerMethod(fixMethodType(callerClass, type), appendixResult);
335 return Invokers.exactInvokerMethod(fixMethodType(callerClass, type), appendixResult);
355 Object[] appendixResult) {
359 MemberName res = linkMethodImpl(callerClass, refKind, defc, name, type, appendixResult);
286 linkCallSite(Object callerObj, Object bootstrapMethodObj, Object nameObj, Object typeObj, Object staticArguments, Object[] appendixResult) argument
319 linkMethod(Class<?> callerClass, int refKind, Class<?> defc, String name, Object type, Object[] appendixResult) argument
326 linkMethodImpl(Class<?> callerClass, int refKind, Class<?> defc, String name, Object type, Object[] appendixResult) argument
353 linkMethodTracing(Class<?> callerClass, int refKind, Class<?> defc, String name, Object type, Object[] appendixResult) argument
[all...]
H A DInvokers.java232 static MemberName exactInvokerMethod(MethodType mtype, Object[] appendixResult) { argument
237 appendixResult[0] = mtype;
244 static MemberName genericInvokerMethod(MethodType mtype, Object[] appendixResult) { argument
249 appendixResult[0] = mtype;

Completed in 35 milliseconds