Searched refs:replacementTargetIdx (Results 1 – 1 of 1) sorted by relevance
245 int replacementTargetIdx = toBeDeletedIdx; in deleteInstructionFull() local246 if (replacementTargetIdx == mutatableInsns.size()) { in deleteInstructionFull()247 replacementTargetIdx--; in deleteInstructionFull()249 MInsn replacementTarget = mutatableInsns.get(replacementTargetIdx); in deleteInstructionFull()