Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/instructions/
DSparseSwitchPayloadDecodedInstruction.java26 private final int[] keys; field in SparseSwitchPayloadDecodedInstruction
38 int opcode, int[] keys, int[] targets) { in SparseSwitchPayloadDecodedInstruction() argument
41 if (keys.length != targets.length) { in SparseSwitchPayloadDecodedInstruction()
45 this.keys = keys; in SparseSwitchPayloadDecodedInstruction()
55 return keys; in getKeys()
DInstructionCodec.java666 int[] keys = new int[size]; in FORMAT_SPARSE_SWITCH_PAYLOAD() local
670 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() local
691 for (int key : keys) { in FORMAT_SPARSE_SWITCH_PAYLOAD()