Searched refs:writecount (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DLocalMember.java51 int writecount; field in class:LocalMember
129 copy.writecount = this.writecount;
199 return (readcount != 0) || (writecount != 0);
H A DVarDeclarationStatement.java162 if (env.opt() && (field.writecount == 0)) {
H A DIdentifierExpression.java93 local.writecount++;

Completed in 31 milliseconds