Searched defs:instructionList (Results 1 – 5 of 5) sorted by relevance
46 final InstructionList instructionList = methodGen.getInstructionList(); in getInstructionHandles() local
58 …final ArrayList<MethodLocation> instructionList = Lists.newArrayList(new MethodLocation(null, 0, 0… field in MutableMethodImplementation
87 final InstructionList instructionList = methodGen.getInstructionList(); in injection() local
164 def _makeDict(instructionList): argument
129 private InstructionList instructionList; field in Pass3aVerifier