Searched refs:methodGen (Results 1 – 2 of 2) sorted by relevance
85 final MethodGen methodGen = new MethodGen(method, clazz.getClassName(), cp); in injection() local87 final InstructionList instructionList = methodGen.getInstructionList(); in injection()88 …instructionList.insert(instructionList.getStart(), makeWillBeAddedInstructionList(methodGen, first… in injection()90 methodGen.setMaxStack(); in injection()91 methodGen.setMaxLocals(); in injection()93 method = methodGen.getMethod(); in injection()99 …public InstructionList makeWillBeAddedInstructionList(final MethodGen methodGen, final int firstSt… in makeWillBeAddedInstructionList() argument104 final LocalVariableGen localVariableGen = methodGen.getLocalVariables()[firstStringOffset]; in makeWillBeAddedInstructionList()113 return createPrintln(methodGen.getConstantPool(), instruction); in makeWillBeAddedInstructionList()
45 final MethodGen methodGen = new MethodGen(method, clazz.getClassName(), cp); in getInstructionHandles() local46 final InstructionList instructionList = methodGen.getInstructionList(); in getInstructionHandles()