Home
last modified time | relevance | path

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

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