Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DPoolIndexChanger.java112 int numPoolIndices = mutatableCode.program.getTotalPoolIndicesByKind(kind); in canMutate()
154 maxPoolIndex = mutatableCode.program.getTotalPoolIndicesByKind(poolIndexKind); in generateMutation()
DNewInstanceChanger.java99 if (mutatableCode.program.getTotalPoolIndicesByKind(PoolIndexKind.Type) < 2) { in canMutate()
121 int totalPoolIndices = mutatableCode.program.getTotalPoolIndicesByKind(PoolIndexKind.Type); in generateMutation()
DRandomInstructionGenerator.java165 int maxPoolIndex = mutatableCode.program.getTotalPoolIndicesByKind(poolIndexKind); in generateMutation()
/art/tools/dexfuzz/src/dexfuzz/program/
DProgram.java568 public int getTotalPoolIndicesByKind(PoolIndexKind poolIndexKind) { in getTotalPoolIndicesByKind() method in Program