Searched refs:push (Results 226 - 250 of 378) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DSymtabEntry.java272 includeStack.push (new Boolean (setEmit));
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DContextStack.java200 public TypeContext push (ContextElement element) { method in class:ContextStack
H A DValueType.java121 stack.push(it);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DReversePtrsAnalysis.java246 workList.push(next);
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.cpp54 _obj_pool->push(result);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.cpp164 region_list(list_index)->push(region_index);
/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp121 ideal_nodes.push(C->root());
163 ideal_nodes.push(m);
203 // 3. Adjust scalar_replaceable state of nonescaping objects and push
331 delayed_worklist->push(n);
357 delayed_worklist->push(n); // Process it later.
380 delayed_worklist->push(n);
431 delayed_worklist->push(n);
475 delayed_worklist->push(n); // Process it later.
512 delayed_worklist->push(n); // Process unsafe access later.
527 delayed_worklist->push(
[all...]
H A DloopPredicate.cpp105 loop->_body.push(n);
463 // the possibility to push n onto the stack for further processing.
471 _stack.push(n, n->in(0) == NULL ? 1 : 0);
512 // Otherwise, push n onto the stack for real cloning.
519 _stack.push(n, n->in(0) == NULL ? 1 : 0);
763 if_proj_list.push(current_proj);
H A Dnode.cpp1138 // If sub == up, we found a self-loop. Try to push past it.
1192 nlist.push((Node*)((intptr_t)sub + (region_was_visited_before ? 1 : 0)));
1227 nstack.push(dead);
1233 nstack.push(dead);
1241 nstack.push(use); // the dead node again.
1248 igvn->_worklist.push(use);
1272 nstack.push(n); // Clear it out as well
1754 visited.push(this);
H A Difnode.cpp292 igvn->_worklist.push(iff_c);
297 igvn->_worklist.push(iff_x);
320 igvn->_worklist.push(region_s);
327 igvn->_worklist.push(region_f);
1119 igvn->_worklist.push(iff);
H A Dnode.hpp1342 void push( Node *b ) { map(_cnt++,b); } function in class:Node_List
1364 void push( Node *b ) { function in class:Unique_Node_List
1366 Node_List::push(b);
1399 _for_igvn->push(n);
1435 void push(Node *n, uint i) { function in class:Node_Stack
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpSubNextRequestHandler.java106 ThreadContext.push("SnmpUserData",data);
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs154 -- Similar to ffiTypeVal. Get the correct pop expression and push statement.
203 "\t@Override public void push(JObjCRuntime rt, long addr, " ++ jprimS ++ " x){",
213 "\t@Override public void push(JObjCRuntime rt, long addr, " ++ jclassS ++ " x){ " ++
214 "push(rt, addr, (" ++ jprimS ++ ") x); }",
229 -- Generate push and pop methods that convert and proxy to actual implementation.
235 "\t@Override public void push(JObjCRuntime rt, long addr, " ++ jprimS ++ " x){ " ++
236 "push(rt, addr, " ++ pushConversion "x" ++ "); }",
270 makePushI jprim = unlines ["\tpublic final void push"
275 "\tpublic abstract void push(JObjCRuntime runtime, long addr, " ++ jprim2js jprim ++ " x);"]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DSubclassing.java164 cif.returnCoder.push(obj.runtime, result, retVal);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.hpp330 void push();
/openjdk7/hotspot/src/share/vm/utilities/
H A Dstack.inline.hpp58 void Stack<E, F>::push(E item) function in class:Stack
207 this->_cur_seg_size = this->_seg_size; // So push() will alloc a new segment.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java311 nse = nse.push();
331 nse = nse.push();
475 // but we do need to push it so that getXMIMEContentType will work.
505 if(!cycleDetectionStack.push(obj))
886 nse = nse.push();
/openjdk7/jdk/src/share/classes/sun/misc/
H A DURLClassPath.java110 push(urls);
337 push(urls);
378 private void push(URL[] us) { method in class:URLClassPath
381 urls.push(us[i]);
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DKeepAliveCache.java276 push(new KeepAliveEntry(h, System.currentTimeMillis()));
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_64.cpp567 __ push(itos);
1127 __ push_ptr(rax); // push b
1137 __ push_ptr(rax); // push c
1150 __ push_ptr(rax); // push a
1152 __ push_ptr(rax); // push b
1161 __ push_ptr(rax); // push b
1162 __ push_ptr(rcx); // push c
1178 __ push_ptr(rax); // push c
1179 __ push_ptr(rcx); // push d
1800 // push th
[all...]
H A Dassembler_x86.cpp2334 #ifndef _LP64 // no 32bit push/pop on amd64
2525 void Assembler::push(int32_t imm32) { function in class:Assembler
2526 // in 64bits we push 64bits onto the stack but only
2532 void Assembler::push(Register src) { function in class:Assembler
2542 #ifndef _LP64 // no 32bit push/pop on amd64
2544 // Note this will push 64bit on 64bit
5563 push(tmp_reg);
5581 push(tmp_reg);
5637 push(tmp_reg);
5672 push(tmp_re
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLStreamWriterImpl.java808 fElementStack.push(null, localName, null, null, true);
854 fElementStack.push(prefix, localName, null, namespaceURI, true);
1233 fElementStack.push(null, localName, null, null, false);
1310 fElementStack.push(prefix, localName, null, namespaceURI, false);
1921 * @param element The element to push onto the stack.
1925 public ElementState push(ElementState element) { method in class:XMLStreamWriterImpl.ElementStack
1950 public ElementState push(String prefix, String localpart, method in class:XMLStreamWriterImpl.ElementStack
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DPIHandlerImpl.java472 // push a new ClientRequestInfoImpl on the stack:
474 // 6763340: don't push unless this is not a retry
477 infoStack.push( info );
483 // push a new info object, and bump up entry count so we know
705 infoStack.push( info );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java473 void push (CellTypeState cts) { method in class:GenerateOopMap
483 System.err.println("After push: _stack_top: " + _stack_top +
1568 // We were asked to push a reference, but the type of the
1582 push(out1); // recover...
1584 push(vcts); // preserve reference.
1591 push(out1); // handle val/init conflict
1604 push(in);
1665 push(actual[idx]);
1689 push(CellTypeState.makeAddr(targBCI));
1870 push(actua
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DImageInputStreamImpl.java781 markByteStack.push(Long.valueOf(getStreamPosition()));
782 markBitStack.push(Integer.valueOf(getBitOffset()));

Completed in 139 milliseconds

1234567891011>>