Searched refs:push (Results 76 - 100 of 378) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp63 // push java thread (becomes first argument of C function)
65 push(thread);
86 push(rax);
144 push(arg1);
164 push(arg2);
165 push(arg1);
177 push(arg3);
178 push(arg2);
179 push(arg1);
189 push(arg
[all...]
H A DtemplateInterpreter_x86_64.cpp278 __ push(state);
476 __ push(rax);
564 __ push(rax); // save return address
566 __ push(r13); // set sender sp
567 __ push((int)NULL_WORD); // leave last_sp as null
570 __ push(rbx); // save methodOop
578 __ push(rdx); // set the mdp (method data pointer)
580 __ push(0);
586 __ push(rdx); // set constant pool cache
587 __ push(r1
[all...]
H A Dvm_version_x86.cpp88 __ push(rbp);
94 __ push(rbx);
95 __ push(rsi);
98 __ push(rax);
104 __ push(rax);
122 __ push(rax);
169 __ push(rax);
185 __ push(rax);
208 __ push(rax);
H A DtemplateTable_x86_32.cpp387 __ push(atos);
395 __ push(ftos);
417 __ push(itos);
421 __ push(atos);
486 __ push(dtos);
494 __ push(ltos);
549 __ push(itos);
1105 __ push_ptr(rax); // push b
1116 __ push_ptr(rax); // push c
1130 __ push_ptr(rax); // push
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DIntStack.java53 public void push(int value) { method in class:IntStack
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DIntStack.java74 public int push(int i) method in class:IntStack
H A DObjectStack.java74 public Object push(Object i) method in class:ObjectStack
H A DSuballocatedByteVector.java244 byte push;
253 push=0;
258 push=block[m_blocksize-1];
262 value=push;
H A DSuballocatedIntVector.java284 int push;
293 push=0;
298 push=block[m_blocksize-1];
302 value=push;
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DBlockingDeque.java649 void push(E e); method in interface:BlockingDeque
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp258 void push(ciType* type) {
296 push(ciType::make(T_INT));
306 push(ciType::make(T_DOUBLE));
307 push(double2_type());
316 push(ciType::make(T_FLOAT));
323 push(ciType::make(T_LONG));
324 push(long2_type());
333 push(klass);
360 push(null_type());
393 push(typ
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DCIF.java41 PrimitivePointerCoder.INST.push(args.runtime, argsIterPtr, coder.getFFITypePtr());
/openjdk7/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DBenchFunCall.java51 DoubleCoder.INST.push(ARGS, ARG);
63 // push double
64 //// push arg ptr
70 //// push arg value
/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.inline.hpp71 inline void HandleMark::push() { function in class:HandleMark
/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.cpp104 assert(get(push) == get(pop) + get(steal),
105 err_msg("push=" SIZE_FORMAT " pop=" SIZE_FORMAT " steal=" SIZE_FORMAT,
106 get(push), get(pop), get(steal)));
113 assert(get(overflow) == 0 || get(push) != 0,
114 err_msg("overflow=" SIZE_FORMAT " push=" SIZE_FORMAT,
115 get(overflow), get(push)));
H A Dtaskqueue.hpp81 push, // number of taskqueue pushes enumerator in enum:TaskQueueStats::StatId
94 inline void record_push() { ++_stats[push]; }
276 // Slow paths for push, pop_local. (pop_global has no fast path.)
289 inline bool push(E t);
341 // Actually means 0, so do the push.
366 // then have the owner thread do a pop followed by another push. Without
421 // push() - push onto the task queue or, if that fails, onto the overflow stack
437 inline bool push(E t);
455 bool OverflowTaskQueue<E, F, N>::push( function in class:OverflowTaskQueue
678 GenericTaskQueue<E, F, N>::push(E t) { function in class:GenericTaskQueue
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DWSDLLocation.java40 public void push() { method in class:WSDLLocation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DMIMEExtensionHandler.java77 context.push();
88 context.push();
193 context.push();
214 context.push();
H A DSOAPExtensionHandler.java86 context.push();
128 context.push();
194 context.push();
243 context.push();
298 context.push();
344 context.push();
414 context.push();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DSTDerivedComplexTypeBuilder.java59 simpleTypeBuilder.refererStack.push(ct);
/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp850 _worklist.push(n);
1002 _worklist.push(n);
1158 _stack.push(dead, PROCESS_INPUTS);
1180 _stack.push(in, PROCESS_INPUTS); // Recursively remove
1184 _worklist.push(in->unique_out());
1187 _worklist.push(in);
1190 _worklist.push(in->fast_out(i));
1193 _worklist.push(in->fast_out(i));
1207 _worklist.push(n);
1220 // (Rather than pushing all the outs at once, we push on
[all...]
H A Dgcm.cpp126 spstack.push(_root);
142 spstack.push(n->in(i));
207 // roots.push(_root); _root will be processed among C->top() inputs
208 roots.push(C->top());
251 nstack.push(n, i); // Save parent node and next input's index.
257 roots.push(in); // Visit this guy later, using worklist
348 worklist.push(LCA);
363 worklist.push(LCA);
370 worklist.push(mid_parent);
534 worklist_store.push(initial_me
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java1207 opStack.push(op);
1208 dataStack.push(offset);
1216 opStack.push(op);
1217 dataStack.push(offset);
1227 opStack.push(op);
1228 dataStack.push(0);
1229 dataStack.push(offset);
1239 dataStack.push(con.match.getBeginning(refno));
1244 dataStack.push(con.match.getEnd(index));
1247 opStack.push(o
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.inline.hpp273 inline void CMTask::push(oop obj) { function in class:CMTask
285 if (!_task_queue->push(obj)) {
286 // The local task queue looks full. We need to push some entries
299 bool success = _task_queue->push(obj);
311 // and global fingers when determining whether to push on the stack a
314 // accurate and possibly push less on the stack, but it might also be
356 push(obj);
374 push(obj);
389 push(obj);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DExtendedXMLCatalogReader.java85 baseURIStack.push(baseURI);
103 baseURIStack.push(baseURIStack.peek());

Completed in 3278 milliseconds

1234567891011>>