Lines Matching refs:codeAttributeEditor

64     private final CodeAttributeEditor          codeAttributeEditor          = new CodeAttributeEditor(false);
160 codeAttributeEditor.reset(codeLength);
386 codeAttributeEditor.deleteInstruction(offset);
388 codeAttributeEditor.insertBeforeInstruction(offset, (Instruction)null);
389 codeAttributeEditor.replaceInstruction(offset, (Instruction)null);
390 codeAttributeEditor.insertAfterInstruction(offset, (Instruction)null);
429 boolean deleted = codeAttributeEditor.deleted[offset];
435 Instruction preInsertion = codeAttributeEditor.preInsertions[offset];
441 Instruction replacement = codeAttributeEditor.replacements[offset];
447 Instruction postInsertion = codeAttributeEditor.postInsertions[offset];
460 codeAttributeEditor.visitCodeAttribute(clazz, method, codeAttribute);
1248 codeAttributeEditor.deleteInstruction(dupOffset);
1260 codeAttributeEditor.undeleteInstruction(dupOffset);
1268 codeAttributeEditor.replaceInstruction(dupOffset,
1297 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
1302 codeAttributeEditor.insertBeforeInstruction(offset, replacementInstruction);
1352 codeAttributeEditor.replaceInstruction(offset, popInstruction);
1356 codeAttributeEditor.insertAfterInstruction(offset, popInstruction);
1373 codeAttributeEditor.replaceInstruction(offset, popInstruction);
1377 codeAttributeEditor.insertAfterInstruction(offset, popInstruction);
1410 codeAttributeEditor.replaceInstruction(offset, popInstructions);
1422 codeAttributeEditor.insertAfterInstruction(offset, popInstructions);
1452 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
1471 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);