Searched defs:varDebugInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java166 boolean varDebugInfo; field in class:Code
188 boolean varDebugInfo,
199 this.varDebugInfo = varDebugInfo;
1930 if (!varDebugInfo) return;
185 Code(MethodSymbol meth, boolean fatcode, Position.LineMap lineMap, boolean varDebugInfo, StackMapFormat stackMap, boolean debugCode, CRTable crt, Symtab syms, Types types, Pool pool) argument
H A DGen.java119 varDebugInfo =
159 private final boolean varDebugInfo; field in class:Gen
972 varDebugInfo,
1017 if (v.getConstValue() == null || varDebugInfo) {

Completed in 135 milliseconds