Searched defs:bootstrapMethod (Results 1 – 7 of 7) sorted by relevance
46 private final Handle bootstrapMethod; field in ConstantDynamic66 final Handle bootstrapMethod, in ConstantDynamic()
884 Symbol bootstrapMethod = addBootstrapMethod(bootstrapMethodHandle, bootstrapMethodArguments); in addConstantDynamic() local905 Symbol bootstrapMethod = addBootstrapMethod(bootstrapMethodHandle, bootstrapMethodArguments); in addConstantInvokeDynamic() local
52 final Handle bootstrapMethod = constantDynamic.getBootstrapMethod(); in should_store_instance_using_condy_and_checkcast() local
53 final Handle bootstrapMethod = new Handle(Opcodes.H_INVOKESTATIC, in storeInstance() local
47 MethodHandle bootstrapMethod, ArrayList<Object> bsmArgs) throws IOException { in generateLambdaClass()
507 BootstrapMethodInfo bootstrapMethod = bootstrapMethods[index]; in shrinkBootstrapMethodArray() local
2267 public InvokeDynamicInfo(int bootstrapMethod, in InvokeDynamicInfo()