Searched refs:keys (Results 1 – 2 of 2) sorted by relevance
26 private final int[] keys; field in SparseSwitchPayloadDecodedInstruction38 int opcode, int[] keys, int[] targets) { in SparseSwitchPayloadDecodedInstruction() argument41 if (keys.length != targets.length) { in SparseSwitchPayloadDecodedInstruction()45 this.keys = keys; in SparseSwitchPayloadDecodedInstruction()55 return keys; in getKeys()
666 int[] keys = new int[size]; in FORMAT_SPARSE_SWITCH_PAYLOAD() local670 keys[i] = in.readInt(); in FORMAT_SPARSE_SWITCH_PAYLOAD()678 this, opcodeUnit, keys, targets); in FORMAT_SPARSE_SWITCH_PAYLOAD()684 int[] keys = payload.getKeys(); in FORMAT_SPARSE_SWITCH_PAYLOAD() local691 for (int key : keys) { in FORMAT_SPARSE_SWITCH_PAYLOAD()