Lines Matching defs:debug
16 static final DebugWriter debug;
24 debug = new DebugWriter();
25 debug.setEnabled(false);
61 debug.debug("visiting %s%s (%d)%n", name, desc, methodStart);
62 debug.debug("%d attributes%n", attrCount);
70 debug.debug("attribute %s%n", attrName);
76 debug.debug("attribute %s%n", cr.readUTF8(offset, buf));
97 debug.debug("%d visitFieldInsn(%d, %s, %s, %s)%n", offset,
105 debug.debug("%d visitIincInsn(%d, %d)%n", offset, var, increment);
112 debug.debug("%d visitInsn(%d)%n", offset, opcode);
119 debug.debug("%d visitIntInsn(%d, %d)%n", offset, opcode, operand);
127 debug.debug("%d visitInvokeDynamicInsn(%s, %s)%n", offset,
135 debug.debug("%d visitJumpInsn(%d, %s)%n", offset, opcode, label);
144 debug.debug("%d visitLdcInsn(%s)%n", offset, cst);
154 debug.debug("%d visitLookupSwitchInsn(%s)%n", offset,
165 debug.debug("%d visitMethodInsn(%d, %s, %s, %s)%n", offset,
173 debug.debug("%d visitMultiANewArrayInsn(%s, %d)%n", offset,
182 debug.debug("%d visitTableSwitchInsn(%d, %d, %s)%n", offset,
192 debug.debug("%d visitTypeInsn(%d, %s)%n", offset, opcode, desc);
199 debug.debug("%d visitVarInsn(%d, %d)%n", offset, opcode, var);