Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DPoolIndexChanger.java38 public int poolIndexInsnIdx; field in PoolIndexChanger.AssociatedMutation
44 builder.append(poolIndexInsnIdx).append(" "); in getString()
51 poolIndexInsnIdx = Integer.parseInt(elements[2]); in parseString()
130 int poolIndexInsnIdx = 0; in generateMutation() local
139 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()