Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DPoolIndexChanger.java152 PoolIndexKind poolIndexKind = in generateMutation() local
154 maxPoolIndex = mutatableCode.program.getTotalPoolIndicesByKind(poolIndexKind); in generateMutation()
DRandomInstructionGenerator.java164 PoolIndexKind poolIndexKind = containsPoolIndex.getPoolIndexKind(newOpcodeInfo); in generateMutation() local
165 int maxPoolIndex = mutatableCode.program.getTotalPoolIndicesByKind(poolIndexKind); in generateMutation()
/art/tools/dexfuzz/src/dexfuzz/program/
DProgram.java568 public int getTotalPoolIndicesByKind(PoolIndexKind poolIndexKind) { in getTotalPoolIndicesByKind() argument
569 switch (poolIndexKind) { in getTotalPoolIndicesByKind()