Searched refs:effectiveInstructions (Results 1 – 1 of 1) sorted by relevance
72 @Nonnull public final List<Instruction> effectiveInstructions; field in MethodDefinition95 effectiveInstructions = Lists.newArrayList(instructions); in MethodDefinition()122 effectiveInstructions.set(i, new ImmutableInstruction31t(opcode, in MethodDefinition()124 effectiveInstructions.add(payloadInstruction); in MethodDefinition()145 effectiveInstructions.set(i, new ImmutableInstruction31t(opcode, in MethodDefinition()147 effectiveInstructions.add(payloadInstruction); in MethodDefinition()406 for (int i=0; i<effectiveInstructions.size(); i++) { in addInstructionMethodItems()407 Instruction instruction = effectiveInstructions.get(i); in addInstructionMethodItems()414 if (i != effectiveInstructions.size() - 1) { in addInstructionMethodItems()