Home
last modified time | relevance | path

Searched refs:effectiveInstructions (Results 1 – 1 of 1) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java72 @Nonnull public final List<Instruction> effectiveInstructions; field in MethodDefinition
95 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()