Searched refs:debugCode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java49 public final boolean debugCode; field in class:Code
190 boolean debugCode,
203 this.debugCode = debugCode;
366 if (debugCode)
1156 if (debugCode) System.err.println("entry point " + state);
1170 if (debugCode) System.err.println("entry point " + state);
1221 if (debugCode) state.dump(pc);
1479 if (debugCode)
1615 if (debugCode) {
185 Code(MethodSymbol meth, boolean fatcode, Position.LineMap lineMap, boolean varDebugInfo, StackMapFormat stackMap, boolean debugCode, CRTable crt, Symtab syms, Types types, Pool pool) argument
[all...]
H A DGen.java124 debugCode = options.isSet("debugcode");
161 private final boolean debugCode; field in class:Gen
974 debugCode,
981 if (code.debugCode)

Completed in 790 milliseconds