Searched refs:InvalidInstructionOffset (Results 1 – 2 of 2) sorted by relevance
62 throw new InvalidInstructionOffset(codeOffset); in getInstructionIndexAtCodeOffset()80 public static class InvalidInstructionOffset extends ExceptionWithContext { class in InstructionOffsetMap83 public InvalidInstructionOffset(int instructionOffset) { in InvalidInstructionOffset() method in InstructionOffsetMap.InvalidInstructionOffset
53 import org.jf.dexlib2.util.InstructionOffsetMap.InvalidInstructionOffset;252 } catch (InvalidInstructionOffset ex) { in findSwitchPayload()281 } catch (InvalidInstructionOffset ex) { in findPayloadOffset()