Searched defs:invokerType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java76 private final MethodType invokerType; field in class:InvokerBytecodeGenerator
87 String className, String invokerName, MethodType invokerType) {
100 this.invokerType = invokerType;
104 private InvokerBytecodeGenerator(String className, String invokerName, MethodType invokerType) { argument
105 this(null, invokerType.parameterCount(),
106 className, invokerName, invokerType);
109 localsMap[i] = invokerType.parameterSlotCount() - invokerType.parameterSlotDepth(i);
113 private InvokerBytecodeGenerator(String className, LambdaForm form, MethodType invokerType) { argument
86 InvokerBytecodeGenerator(LambdaForm lambdaForm, int localsMapSize, String className, String invokerName, MethodType invokerType) argument
507 generateCustomizedCode(LambdaForm form, MethodType invokerType) argument
[all...]
H A DMethodType.java536 /*non-public*/ MethodType invokerType() { method in class:MethodType

Completed in 114 milliseconds