Searched refs:getTotalPoolIndicesByKind (Results 1 – 4 of 4) sorted by relevance
112 int numPoolIndices = mutatableCode.program.getTotalPoolIndicesByKind(kind); in canMutate()154 maxPoolIndex = mutatableCode.program.getTotalPoolIndicesByKind(poolIndexKind); in generateMutation()
99 if (mutatableCode.program.getTotalPoolIndicesByKind(PoolIndexKind.Type) < 2) { in canMutate()121 int totalPoolIndices = mutatableCode.program.getTotalPoolIndicesByKind(PoolIndexKind.Type); in generateMutation()
165 int maxPoolIndex = mutatableCode.program.getTotalPoolIndicesByKind(poolIndexKind); in generateMutation()
568 public int getTotalPoolIndicesByKind(PoolIndexKind poolIndexKind) { in getTotalPoolIndicesByKind() method in Program