Searched defs:targets (Results 1 – 7 of 7) sorted by relevance
32 private final int[] targets; field in PackedSwitchPayloadDecodedInstruction38 int opcode, int firstKey, int[] targets) { in PackedSwitchPayloadDecodedInstruction()
32 private final int[] targets; field in SparseSwitchPayloadDecodedInstruction38 int opcode, int[] keys, int[] targets) { in SparseSwitchPayloadDecodedInstruction()
753 int[] targets = new int[size]; in FORMAT_PACKED_SWITCH_PAYLOAD() local767 int[] targets = payload.getTargets(); in FORMAT_PACKED_SWITCH_PAYLOAD() local787 int[] targets = new int[size]; in FORMAT_SPARSE_SWITCH_PAYLOAD() local806 int[] targets = payload.getTargets(); in FORMAT_SPARSE_SWITCH_PAYLOAD() local
44 private final CodeAddress[] targets; field in SwitchData61 IntList cases, CodeAddress[] targets) { in SwitchData()
45 private final CodeAddress[] targets; field in SwitchData62 IntList cases, CodeAddress[] targets) { in SwitchData()
36 private final IntList targets; field in SwitchList
299 IntList targets = null; in getBlockList() local