private void generateSpeedoElementRemovedMethod() {
CodeVisitor mv;
mv = cv.visitMethod(ACC_PUBLIC, "speedoElementRemoved",
"(Ljava/lang/Object;I)V", null, null);
//${classNameFields}.speedoElementRemoved(elem, gcid, this);
mv.visitVarInsn(ALOAD, 1);
mv.visitVarInsn(ILOAD, 2);
mv.visitVarInsn(ALOAD, 0);
mv.visitMethodInsn(INVOKESTATIC, xfieldsJCN, "speedoElementRemoved",
"(Ljava/lang/Object;I" + JT_PO + ")V");
mv.visitInsn(RETURN);