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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayERProperty.java125 state.getContext().endScope(1);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStructureLoader.java263 state.getContext().endScope(frameSize);
H A DUnmarshallingContext.java955 * {@link #endScope} method is invoked.
987 public void endScope(int frameSize) throws SAXException { method in class:UnmarshallingContext
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1911 private void endScope(int adr) { method in class:Code
1977 for (int i = nextreg; i < prevNextReg; i++) endScope(i);

Completed in 51 milliseconds