Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DPoolIndexChanger.java97 ContainsPoolIndex containsPoolIndex = in canMutate() local
101 containsPoolIndex.getPoolIndexKind(mInsn.insn.info); in canMutate()
144 ContainsPoolIndex containsPoolIndex = in generateMutation() local
148 oldPoolIndex = containsPoolIndex.getPoolIndex(poolIndexInsn.insn); in generateMutation()
153 containsPoolIndex.getPoolIndexKind(poolIndexInsn.insn.info); in generateMutation()
183 ContainsPoolIndex containsPoolIndex = in applyMutation() local
186 int oldPoolIndex = containsPoolIndex.getPoolIndex(poolIndexInsn.insn); in applyMutation()
194 containsPoolIndex.setPoolIndex(poolIndexInsn.insn, mutation.newPoolIndex); in applyMutation()
DFieldFlagChanger.java111 ContainsPoolIndex containsPoolIndex = (ContainsPoolIndex) insn.info.format; in generateMutation() local
112 int fieldIdx = containsPoolIndex.getPoolIndex(insn); in generateMutation()
137 ContainsPoolIndex containsPoolIndex = (ContainsPoolIndex) insn.info.format; in applyMutation() local
138 int fieldIdx = containsPoolIndex.getPoolIndex(insn); in applyMutation()
159 ContainsPoolIndex containsPoolIndex = (ContainsPoolIndex) insn.info.format; in isFileDefinedFieldInstruction() local
160 int fieldIdx = containsPoolIndex.getPoolIndex(insn); in isFileDefinedFieldInstruction()
DRandomInstructionGenerator.java163 ContainsPoolIndex containsPoolIndex = (ContainsPoolIndex) fmt; in generateMutation() local
164 PoolIndexKind poolIndexKind = containsPoolIndex.getPoolIndexKind(newOpcodeInfo); in generateMutation()
231 ContainsPoolIndex containsPoolIndex = (ContainsPoolIndex) fmt; in applyMutation() local
232 containsPoolIndex.setPoolIndex(newInsn.insn, mutation.poolIndexValue); in applyMutation()