Searched refs:ZERO_CMP_OP_LIST (Results 1 – 1 of 1) sorted by relevance
37 private static final Opcode[] ZERO_CMP_OP_LIST = { field in RandomBranchChanger60 int length = ZERO_CMP_OP_LIST.length; in getModifiedOpcode()61 return ZERO_CMP_OP_LIST[(index + 1 + rng.nextInt(length - 1)) % length]; in getModifiedOpcode()