Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/instructions/
DPackedSwitchPayloadDecodedInstruction.java26 private final int firstKey; field in PackedSwitchPayloadDecodedInstruction
38 int opcode, int firstKey, int[] targets) { in PackedSwitchPayloadDecodedInstruction() argument
41 this.firstKey = firstKey; in PackedSwitchPayloadDecodedInstruction()
52 return firstKey; in getFirstKey()
DInstructionCodec.java752 int firstKey = in.readInt(); in FORMAT_PACKED_SWITCH_PAYLOAD() local
760 this, opcodeUnit, firstKey, targets); in FORMAT_PACKED_SWITCH_PAYLOAD()