Searched refs:newArrayInsnIdx (Results 1 – 1 of 1) sorted by relevance
116 int newArrayInsnIdx = mutatableCode.getInstructionIndex(newArrayInsn); in applyMutation() local122 if (newArrayInsnIdx < 0) { in applyMutation()123 newArrayInsnIdx = scanNewArray(mutatableCode); in applyMutation()124 if (newArrayInsnIdx == -1) { in applyMutation()137 mutatableCode.insertInstructionAt(newInsn, newArrayInsnIdx); in applyMutation()