Searched refs:poolIndexInsnIdx (Results 1 – 1 of 1) sorted by relevance
38 public int poolIndexInsnIdx; field in PoolIndexChanger.AssociatedMutation44 builder.append(poolIndexInsnIdx).append(" "); in getString()51 poolIndexInsnIdx = Integer.parseInt(elements[2]); in parseString()130 int poolIndexInsnIdx = 0; in generateMutation() local139 poolIndexInsnIdx = rng.nextInt(poolIndexInsns.size()); in generateMutation()140 MInsn poolIndexInsn = poolIndexInsns.get(poolIndexInsnIdx); in generateMutation()168 mutation.poolIndexInsnIdx = poolIndexInsnIdx; in generateMutation()181 MInsn poolIndexInsn = poolIndexInsns.get(mutation.poolIndexInsnIdx); in applyMutation()