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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DPoolIndexChanger.java152 PoolIndexKind poolIndexKind =
154 maxPoolIndex = mutatableCode.program.getTotalPoolIndicesByKind(poolIndexKind);
H A DRandomInstructionGenerator.java164 PoolIndexKind poolIndexKind = containsPoolIndex.getPoolIndexKind(newOpcodeInfo);
165 int maxPoolIndex = mutatableCode.program.getTotalPoolIndicesByKind(poolIndexKind);
/art/tools/dexfuzz/src/dexfuzz/program/
H A DProgram.java555 public int getTotalPoolIndicesByKind(PoolIndexKind poolIndexKind) { argument
556 switch (poolIndexKind) {

Completed in 83 milliseconds