Searched refs:constantMethodTypes (Results 1 – 1 of 1) sorted by relevance
71 private final Map<String, ConstantMethodType> constantMethodTypes; field in ConstantTransformer.ConstantBuilder77 Map<String, ConstantMethodType> constantMethodTypes) { in ConstantBuilder() argument80 this.constantMethodTypes = constantMethodTypes; in ConstantBuilder()97 ConstantMethodType constantMethodType = constantMethodTypes.get(name); in visitMethod()196 final Map<String, ConstantMethodType> constantMethodTypes = new HashMap<>();209 constantMethodTypes.put(m.getName(), constantMethodType);218 Opcodes.ASM6, cw, constantMethodHandles, constantMethodTypes);