Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DContainsPoolIndex.java38 public void setPoolIndex(Instruction insn, int poolIndex); in setPoolIndex() method
DFormat22cs.java62 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex() method in Format22cs
DFormat31c.java60 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex() method in Format31c
DFormat3rc.java57 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex() method in Format3rc
DFormat22c.java61 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex() method in Format22c
DFormat21c.java61 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex() method in Format21c
DFormat35c.java64 public void setPoolIndex(Instruction insn, int poolIndex) { in setPoolIndex() method in Format35c
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNewInstanceChanger.java149 poolIndex.setPoolIndex(newInstanceInsn.insn, mutation.newInstanceTypeIdx); in applyMutation()
193 poolIndex.setPoolIndex(insn.insn, mutation.newInstanceTypeIdx); in changeInvokeDirect()
DPoolIndexChanger.java194 containsPoolIndex.setPoolIndex(poolIndexInsn.insn, mutation.newPoolIndex); in applyMutation()
DRandomInstructionGenerator.java232 containsPoolIndex.setPoolIndex(newInsn.insn, mutation.poolIndexValue); in applyMutation()