Searched refs:poolIndexKind (Results 1 – 3 of 3) sorted by relevance
152 PoolIndexKind poolIndexKind = in generateMutation() local154 maxPoolIndex = mutatableCode.program.getTotalPoolIndicesByKind(poolIndexKind); in generateMutation()
164 PoolIndexKind poolIndexKind = containsPoolIndex.getPoolIndexKind(newOpcodeInfo); in generateMutation() local165 int maxPoolIndex = mutatableCode.program.getTotalPoolIndicesByKind(poolIndexKind); in generateMutation()
568 public int getTotalPoolIndicesByKind(PoolIndexKind poolIndexKind) { in getTotalPoolIndicesByKind() argument569 switch (poolIndexKind) { in getTotalPoolIndicesByKind()