Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomBranchChanger.java37 private static final Opcode[] ZERO_CMP_OP_LIST = { field in RandomBranchChanger
60 int length = ZERO_CMP_OP_LIST.length; in getModifiedOpcode()
61 return ZERO_CMP_OP_LIST[(index + 1 + rng.nextInt(length - 1)) % length]; in getModifiedOpcode()