Searched refs:firstKey (Results 1 – 2 of 2) sorted by relevance
26 private final int firstKey; field in PackedSwitchPayloadDecodedInstruction38 int opcode, int firstKey, int[] targets) { in PackedSwitchPayloadDecodedInstruction() argument41 this.firstKey = firstKey; in PackedSwitchPayloadDecodedInstruction()52 return firstKey; in getFirstKey()
752 int firstKey = in.readInt(); in FORMAT_PACKED_SWITCH_PAYLOAD() local760 this, opcodeUnit, firstKey, targets); in FORMAT_PACKED_SWITCH_PAYLOAD()