Searched refs:getInstructionIndex (Results 1 – 7 of 7) sorted by relevance
116 int oldTargetInsnIdx = mutatableCode.getInstructionIndex(oldTargetInsn); in generateMutation()
116 int newArrayInsnIdx = mutatableCode.getInstructionIndex(newArrayInsn); in applyMutation()
117 int oldTargetInsnIdx = mutatableCode.getInstructionIndex(oldTargetInsn); in generateMutation()
179 int originalInsnIdx = mutatableCode.getInstructionIndex(originalInsn); in applyMutation()
141 int oldInsnIdx = mutatableCode.getInstructionIndex(oldInsn); in generateMutation()
348 int ptr = mutatableCode.getInstructionIndex(newInsn); in updateTryBlocks()559 int alignmentNopIdx = mutatableCode.getInstructionIndex(dataInsn); in alignDataInstructions()
134 public int getInstructionIndex(MInsn mInsn) { in getInstructionIndex() method in MutatableCode