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

/dalvik/dx/src/com/android/dx/io/instructions/
H A DPackedSwitchPayloadDecodedInstruction.java26 private final int firstKey; field in class:PackedSwitchPayloadDecodedInstruction
38 int opcode, int firstKey, int[] targets) {
41 this.firstKey = firstKey;
52 return firstKey;
37 PackedSwitchPayloadDecodedInstruction(InstructionCodec format, int opcode, int firstKey, int[] targets) argument
H A DInstructionCodec.java752 int firstKey = in.readInt();
760 this, opcodeUnit, firstKey, targets);

Completed in 85 milliseconds