Searched refs:pop (Results 251 - 275 of 519) sorted by relevance

<<11121314151617181920>>

/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DSymtabEntry.java278 setEmit = ((Boolean)includeStack.pop ()).booleanValue ();
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dvm_version_arm_32.cpp58 __ pop(R1);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DReversePtrsAnalysis.java258 next = (Oop) workList.pop();
/openjdk10/hotspot/src/share/vm/utilities/
H A Dstack.inline.hpp71 E Stack<E, F>::pop() function in class:Stack
/openjdk10/hotspot/src/share/vm/opto/
H A Dreplacednodes.cpp150 Node* n = work.pop();
H A DgraphKit.hpp423 Node* pop() { map_not_null(); return _map->stack( _map->_jvms, --_sp ); } function in class:GraphKit
438 Node* halfword = pop();
441 return pop();
459 if (n_size == 1) return pop();
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiGetLoadedClasses.cpp58 result_list[--i] = _classStack.pop();
/openjdk10/hotspot/src/share/vm/gc/shared/
H A Dtaskqueue.inline.hpp125 // then have the owner thread do a pop followed by another push. Without
191 t = overflow_stack()->pop();
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSymbolTable.java289 _excludedURI = _excludedURIStack.pop();
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DForFactory.java191 SymbolTable.pop();
H A DBlockFactory.java159 SymbolTable.pop();
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDocumentInfo.java191 fNamespaceSupport = (SchemaNamespaceSupport)SchemaNamespaceSupportStack.pop();
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/marshaller/
H A DSAX2DOMEx.java191 nodeStack.pop();
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DNodeVector.java185 public final int pop() method in class:NodeVector
199 * top of the stack after the pop.
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/output/
H A DDomSerializer.java249 _nodeStk.pop();
/openjdk10/jdk/src/java.base/share/classes/sun/net/www/http/
H A DKeepAliveCache.java250 KeepAliveEntry e = pop();
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DJMenu.java1283 * <code>AbstractButton.doClick</code> in order to make the menu pop up.
1301 JPopupMenu pop;
1307 pop = (JPopupMenu) current;
1308 elements.insertElementAt(pop, 0);
1309 current = pop.getInvoker();
1526 // if i is a sub-menu and is pop-ed up, return true, else false
1544 * it will pop up in response. If a different item is already
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLWriter.java175 pop() will return top.
177 blockElementStack.pop();
193 on the stack, we pop it off, and put out its end tag.
197 blockElementStack.pop();
219 blockElementStack.pop();
223 current = blockElementStack.pop();
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DPrintJob2D.java815 currentGraphics = graphicsToBeDrawn.pop();
820 currentGraphics = graphicsToBeDrawn.pop();
1000 * returned when we try and pop a finished graphic.
1002 if (graphicsDrawn.pop() != null) {
1076 synchronized Graphics2D pop() { method in class:PrintJob2D.MessageQ
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DInverseDepsAnalyzer.java197 Edge<Archive> edge = deque.pop();
221 // when the adjacent edges of a node are visited, pop it from the path
/openjdk10/langtools/src/jdk.compiler/share/classes/jdk/internal/shellsupport/doc/
H A DJavadocHelper.java288 interestingParent.pop();
297 interestingParent.pop();
306 interestingParent.pop();
315 interestingParent.pop();
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DOptimisticTypesCalculator.java209 neverOptimistic.pop();
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParserContext.java86 public <T extends ParserContextNode> T pop(final T node) { method in class:ParserContext
/openjdk10/nashorn/samples/
H A DMain.asm130 pop;
136 pop;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java1326 op = opStack.pop();
1327 offset = dataStack.pop();
1348 int unionIndex = dataStack.pop();
1370 final int saved = dataStack.pop();
1384 dx = dataStack.pop();
1396 dx = dataStack.pop();
1406 opts = dataStack.pop();

Completed in 356 milliseconds

<<11121314151617181920>>