Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DPoolIndexChanger.java140 MInsn poolIndexInsn = poolIndexInsns.get(poolIndexInsnIdx); in generateMutation() local
145 (ContainsPoolIndex)poolIndexInsn.insn.info.format; in generateMutation()
148 oldPoolIndex = containsPoolIndex.getPoolIndex(poolIndexInsn.insn); in generateMutation()
153 containsPoolIndex.getPoolIndexKind(poolIndexInsn.insn.info); in generateMutation()
181 MInsn poolIndexInsn = poolIndexInsns.get(mutation.poolIndexInsnIdx); in applyMutation() local
184 (ContainsPoolIndex) poolIndexInsn.insn.info.format; in applyMutation()
186 int oldPoolIndex = containsPoolIndex.getPoolIndex(poolIndexInsn.insn); in applyMutation()
189 + " in " + poolIndexInsn); in applyMutation()
194 containsPoolIndex.setPoolIndex(poolIndexInsn.insn, mutation.newPoolIndex); in applyMutation()