Searched refs:push (Results 251 - 275 of 378) sorted by relevance

<<111213141516

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp185 // If overflow happens, don't do the push, and record the overflow.
187 void push(oop ptr) { function in class:VALUE_OBJ_CLASS_SPEC
204 // "par_adjoin_arr" or "push" operations, not with "pop" or "drain".
1165 inline void push(oop obj);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.cpp745 _preserved_oop_stack.push(obj);
746 _preserved_mark_stack.push(obj_mark);
H A DpsParallelCompact.hpp1231 // Check mark and maybe push on marking stack
1395 _root_refs_stack->push(p);
1416 cm->push(obj);
1445 _root_refs_stack->push(p);
1447 _other_refs_stack->push(p);
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp841 void GenerateOopMap::push(CellTypeState cts) {
1649 // We were asked to push a reference, but the type of the
1663 push(out1); // recover...
1665 push(vcts); // preserve reference.
1672 push(out1); // handle val/init conflict
1690 push(actual[idx]);
1708 push(in);
1763 push(actual);
1851 push(CellTypeState::make_addr(targ_bci));
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp346 nstack.push(n);
358 nstack.push(m);
398 // m is a successor memory to other, and is not pinned inside the diamond, so push it out.
798 stack.push((Node *)this, 1);
814 stack.push(ophi, i);
1422 igvn->_worklist.push(n);
1565 nstack.push(in); // Start with unique input.
1578 nstack.push(m);
1622 igvn->_worklist.push(r);
H A Dsplit_if.cpp60 loop->_body.push(r);
235 loop->_body.push(n);
/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp710 _preserved_oop_stack->push(Handle(cur, owner));
711 _preserved_mark_stack->push(mark);
H A DcompilationPolicy.cpp455 stack->push(first);
594 if (sender && sender->num() == stack->length()) stack->push(sender);
H A Djava.cpp123 collected_invoked_methods->push(m);
134 collected_profiled_methods->push(m);
H A Dsignature.cpp335 _names->push(name); // save new symbol for decrementing later
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DDefaultClassBinder.java284 stb.refererStack.push(decl); // referer is element
506 stb.refererStack.push(component); // referer is element
/openjdk7/jdk/src/windows/native/com/sun/management/
H A DOperatingSystem_md.c38 #pragma warning (push,0)
47 #pragma warning(push, 3)
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParser.java175 stack.push(var);
179 stack.push(existing);
180 stack.push(var);
1319 _parentStack.push(element);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java1707 m_parents.push(doc);
1710 m_contextIndexes.push(m_prefixMappings.size()); // for the next element.
1900 m_parents.push(elemNode);
2007 m_contextIndexes.push(m_prefixMappings.size()); // for the children.
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToXMLSAXHandler.java668 m_elemContext = m_elemContext.push(namespaceURI, localName, name);
H A DToXMLStream.java235 m_preserves.push(true);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpSubBulkRequestHandler.java97 ThreadContext.push("SnmpUserData",data);
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp219 _patch_overflow->push(branch_loc);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp110 void push(LIR_Opr opr);
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDParser.java171 in.push(ch);
/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp240 void push(const E& elem) { append(elem); } function in class:GrowableArray
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DNamespaceContextImpl.java439 public Element push() { method in class:NamespaceContextImpl.Element
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DGen.java356 s.push(cd);
/openjdk7/jdk/src/share/demo/applets/Fractal/
H A DCLSFractal.java249 turtleStack.push(turtle);
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java708 paths.push(path);
723 paths.push(path);
729 tempStacks.push(paths);

Completed in 107 milliseconds

<<111213141516