Searched refs:localVariableGen (Results 1 – 1 of 1) sorted by relevance
104 final LocalVariableGen localVariableGen = methodGen.getLocalVariables()[firstStringOffset]; in makeWillBeAddedInstructionList() local107 if (localVariableGen != null) { in makeWillBeAddedInstructionList()108 instruction = new ALOAD(localVariableGen.getIndex()); in makeWillBeAddedInstructionList()