Searched refs:push (Results 351 - 375 of 378) sorted by relevance

<<111213141516

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java886 // nested within that previous chunk - push the list of chunks
889 subChunkStack.push(currLevelChunks);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java1228 schemasToProcess.push(fRoot);
1345 schemasToProcess.push(currSchemaDepends.elementAt(i));
1369 schemasToProcess.push(fRoot);
1475 schemasToProcess.push(currSchemaDepends.elementAt(i));
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp205 candidates->push(cb);
/openjdk7/hotspot/test/compiler/6646020/
H A DTester.java778 visitedObjects.push(arg);
/openjdk7/hotspot/test/compiler/6711117/
H A DTest.java742 visitedObjects.push(arg);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1808 // if it's not the root element, we push the current states in the stacks
1931 // push error reporter context: record the current position
1933 // otherwise push and pop won't be correctly paired.
1936 // push error reporter context: record the current position
1938 // otherwise push and pop won't be correctly paired.
2255 // only value we are going to push/pop in the stack is -1.
3374 fContextStack.push(fMatchersCount);
4052 fGlobalMapStack.push(fGlobalIDConstraintMap.clone());
4054 fGlobalMapStack.push(null);
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1390 inline void push(methodOop method, int bci, TRAPS) { function in class:BacktraceBuilder
1442 bt.push(method(), 0, CHECK);
1547 bt.push(method, bci, CHECK);
H A Dverifier.cpp2497 current_frame->push_stack(return_type[i], CHECK_VERIFY(this)); // push types backwards
2657 _symbols->push(sym);
2663 _symbols->push(sym);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp833 void push(int32_t imm32);
835 void push(Register src);
840 void push(void* v);
923 void call(Register reg); // push pc; pc <- reg
924 void call(Address adr); // push pc; pc <- adr
1424 #ifndef _LP64 // no 32bit push/pop on amd64
1482 #ifndef _LP64 // no 32bit push/pop on amd64
2369 // be killed; if not supplied, push/pop will be used internally to
2816 // Can push value or effective address
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp4363 _evac_failure_scan_stack->push(obj);
4445 _objs_with_preserved_marks.push(obj);
4446 _preserved_marks_of_objs.push(m);
4806 // We'll try not to push a range that's smaller than ParGCArrayScanChunk.
5233 // If the reference field is in the G1 heap then we can push
H A DconcurrentMark.cpp2402 // This should have been done already when we tried to push an
3610 bool success = _task_queue->push(buffer[i]);
3612 // given target limit. So, we do not expect this push to fail.
3842 and didn't push them on the stack), then tasks claim heap
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java820 // push entity on stack
822 fEntityStack.push(fCurrentEntity);
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp1640 iter->_worklist.push(this);
H A DgraphKit.cpp1460 // so push on worklist for optimizer.
1844 wl.push(m);
3161 int nargs, // number of arguments to push back for uncommon trap
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java801 if(collisionChecker.push((ClassInfo<T,C>)type)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java413 builderStack.push(builder);
/openjdk7/jdk/test/java/util/Collection/
H A DMOAT.java492 case 2: deq.push(e); break;
/openjdk7/make/scripts/
H A Dwebrev.ksh1604 # We need at least one of default-push or default paths set in .hg/hgrc
1613 # print "Set default and/or default-push to a local repository"
2193 # default-push because they can be different from the top one.
2204 OUTPWS=`grep default-push $CWS/.hg/hgrc | $AWK '{print $3}' | $FILTER`
2206 # Still empty, means no default-push
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java1712 searchBuffers.push(sb);
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java2331 stack.push(data);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp1683 case lir_push: s = "push"; break;
2037 _ops.push(op);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp140 // for now, steal JNI push local frame code
2351 _allocated->push(obj);
/openjdk7/hotspot/test/compiler/6663854/
H A DTest6663854.java1415 visitedObjects.push(arg);
/openjdk7/hotspot/test/compiler/6712835/
H A DTest6712835.java1472 visitedObjects.push(arg);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1326 jsrState.push(Code.jsrReturnValue);

Completed in 1042 milliseconds

<<111213141516