Lines Matching refs:codeAttributeEditor
28 import proguard.classfile.editor.CodeAttributeEditor;
101 private final CodeAttributeEditor codeAttributeEditor = new CodeAttributeEditor(false, false);
195 codeAttributeEditor.reset(codeLength);
412 codeAttributeEditor.clearModifications(offset);
413 codeAttributeEditor.deleteInstruction(offset);
452 boolean deleted = codeAttributeEditor.deleted[offset];
458 Instruction preInsertion = codeAttributeEditor.preInsertions[offset];
464 Instruction replacement = codeAttributeEditor.replacements[offset];
470 Instruction postInsertion = codeAttributeEditor.postInsertions[offset];
483 codeAttributeEditor.visitCodeAttribute(clazz, method, codeAttribute);
976 codeAttributeEditor.deleteInstruction(offset);
988 codeAttributeEditor.undeleteInstruction(offset);
996 codeAttributeEditor.replaceInstruction(offset,
1026 codeAttributeEditor.replaceInstruction(offset,
1816 codeAttributeEditor.replaceInstruction(offset, instruction);
1822 codeAttributeEditor.insertBeforeInstruction(offset, instruction);
1826 codeAttributeEditor.insertAfterInstruction(offset, instruction);
1848 codeAttributeEditor.replaceInstruction(offset, instructions);
1862 codeAttributeEditor.insertBeforeInstruction(offset, instructions);
1866 codeAttributeEditor.insertAfterInstruction(offset, instructions);
1894 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
1913 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);