Searched refs:push (Results 326 - 350 of 378) sorted by relevance

<<111213141516

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBImpl.java1543 stack.push( info ) ;
1804 invocationInfoStack.push(clientInvocationInfo);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp202 bool push(oop ptr) { function in class:CMSMarkStack
228 // lock and push
230 return push(ptr);
/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp46 // HRP regions will get trailing SpillCopies to push the LRG down into the
671 phis->push(phi);
1140 defs->push(n);
H A Doutput.cpp2317 _scheduled.push(foi);
2322 _scheduled.push(n);
2919 _pinch_free_list.push(pinch);
H A Dcompile.hpp835 _string_late_inlines.push(cg);
H A Dloopnode.hpp625 if (new_loop->_child == NULL) new_loop->_body.push(n);
H A Dmacro.cpp416 value_phis->push(phi, mem->_idx);
2418 _igvn._worklist.push(n);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java1921 stack.push(startNode);
1933 stack.push(node);
1944 stack.push(e.to);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java1263 fElementStack.push();
2291 * @param element The element to push onto the stack.
2333 public void push(){ method in class:XMLDocumentFragmentScannerImpl.ElementStack
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java2368 stack.push(this);
2651 stack.push(this);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java765 pending.push(n);
1146 pending.push(n);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp268 __ push(state);
504 //6815692//methodOopDesc::extra_stack_words() + // extra push slots for MH adapters
1788 __ push_ptr(O1); // push exception for exception handler bytecodes
1996 __ push(state);
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp205 chunk->push(compiledVFrame::cast(vf));
209 chunk->push(compiledVFrame::cast(vf));
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java2276 * Set whether to strip whitespaces and push in current value of
2287 m_shouldStripWhitespaceStack.push(shouldStrip);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugInfoBuilder.java785 blockStack.push(block);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.java202 blockElementStack.push(next);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentLinkedDeque.java1031 public void push(E e) { addFirst(e); } method in class:ConcurrentLinkedDeque
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1887 refs()->push(ref);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.cpp1139 freelist()->push(instance);
/openjdk7/jdk/src/share/classes/java/awt/
H A DEventQueue.java137 * A single lock to synchronize the push()/pop() and related operations with
146 push/pop is performed
533 * event queues are nested with push()/pop().
573 * event queues are nested with push()/pop().
843 public void push(EventQueue newEventQueue) { method in class:EventQueue
845 eventLog.fine("EventQueue.push(" + newEventQueue + ")");
869 eventLog.fine("Interrupted push", ie);
901 * @exception EmptyStackException if no previous push was made
903 * @see java.awt.EventQueue#push
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp549 push(op->in_opr());
/openjdk7/hotspot/test/compiler/6714694/
H A DTester.java712 visitedObjects.push(arg);
/openjdk7/hotspot/test/compiler/6716441/
H A DTester.java832 visitedObjects.push(arg);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java266 soapBindingStack.push(soapBinding);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java3552 stack.push(parentPath);
3577 expandedStack.push(stack);
3759 // numerous times, then push to the model.

Completed in 1460 milliseconds

<<111213141516