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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java841 if (m_openChunks != 0) {
1831 private int m_openChunks = 0; field in class:MethodGenerator
1846 m_openChunks++;
1857 m_openChunks--;
1858 if (m_openChunks < 0) {

Completed in 2162 milliseconds