Searched refs:InstructionOffsetMap (Results 1 – 3 of 3) sorted by relevance
41 public class InstructionOffsetMap { class44 public InstructionOffsetMap(@Nonnull List<? extends Instruction> instructions) { in InstructionOffsetMap() method in InstructionOffsetMap
80 InstructionOffsetMap instructionOffsetMap = new InstructionOffsetMap(instructions); in testInstructionOffsetMap()
52 import org.jf.dexlib2.util.InstructionOffsetMap;53 import org.jf.dexlib2.util.InstructionOffsetMap.InvalidInstructionOffset;81 @Nonnull private final InstructionOffsetMap instructionOffsetMap;99 instructionOffsetMap = new InstructionOffsetMap(instructions); in MethodDefinition()