Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DPoolIndexChanger.java112 int numPoolIndices = mutatableCode.program.getTotalPoolIndicesByKind(kind); in canMutate() local
113 if (numPoolIndices > 1) { in canMutate()