Searched refs:push (Results 151 - 175 of 378) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/utilities/
H A Dstack.hpp118 inline void push(E elem);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DFreshComplexTypeBuilder.java62 simpleTypeBuilder.refererStack.push(ct);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DCustomizationContextChecker.java176 elementNames.push(newElement);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/
H A DDataWriter.java229 stateStack.push(SEEN_ELEMENT);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/util/
H A DCollisionCheckStack.java96 public boolean push(E o) { method in class:CollisionCheckStack
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDataWriter.java226 stateStack.push(SEEN_ELEMENT);
H A DIndentingXMLStreamWriter.java90 stateStack.push(SEEN_ELEMENT);
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DReadLongZipFileName.java56 directories.push(file);
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp1250 igvn._worklist.push(old_phi);
1551 stack.push(_tail);
1561 _required_safept->push(n); // save the one closest to the tail
1571 stack.push(in);
1684 _required_safept->push(nonlocal_ncsfpt);
1958 useful_predicates.push(entry->in(0)->in(1)->in(1)); // good one
1963 useful_predicates.push(entry->in(0)->in(1)->in(1)); // good one
2047 _igvn._worklist.push(n1);
2048 _igvn._worklist.push(n2);
2068 _igvn._worklist.push(n
[all...]
H A DloopUnswitch.cpp169 worklist.push(use);
198 _igvn._worklist.push(n_clone);
H A DbuildOopMap.cpp430 worklist->push(cfg->_bbs[root->in(i)->_idx]);
541 worklist->push(cfg->_bbs[b->pred(l)->_idx]);
565 worklist->push(cfg->_blocks[i]);
607 worklist.push(entry->_succs[i]);
679 // Now push flow forward
684 // Now push children onto worklist
686 worklist.push(b->_succs[i]);
H A Ddomgraph.cpp178 void push(uint pre_order, Block *b) { function in class:Block_Stack
271 bstack.push(pre_order, b);
280 bstack.push(pre_order, s);
529 dfstack.push(b);
553 dfstack.push(s);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCallTemplate.java124 final int push = cpg.addMethodref(TRANSLET_CLASS,
128 il.append(new INVOKEVIRTUAL(push));
148 // If calling a simply named template, push actual arguments
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DPreprocessor.java130 alreadyProcessedABranch.push (new Boolean (true));
331 alreadyProcessedABranch.push (new Boolean (expr));
540 alreadyProcessedABranch.push (new Boolean (false));
545 alreadyProcessedABranch.push (new Boolean (true));
566 alreadyProcessedABranch.push (new Boolean (false));
571 alreadyProcessedABranch.push (new Boolean (true));
603 alreadyProcessedABranch.push (new Boolean (true));
622 alreadyProcessedABranch.push (new Boolean (true));
1407 // push (false);
1410 // push (tru
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DscopeDesc.cpp95 result->push(ScopeValue::read_from(stream));
121 result->push(new MonitorValue(stream));
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp87 void CompileLog::see_tag(const char* tag, bool push) { argument
92 xmlStream::see_tag(tag, push);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkRuntime.cpp251 stack->push(0); // next_frame, filled in later
255 stack->push(FAKE_STUB_FRAME);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DTWSDLParserContextImpl.java80 public void push() { method in class:TWSDLParserContextImpl
179 _wsdlLocation.push();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DJAXWSBindingExtensionHandler.java79 context.push();
360 context.push();
420 context.push();
460 context.push();
498 context.push();
540 context.push();
578 context.push();
616 context.push();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DSAXEventSerializer.java140 _namespaceStack.push(attrsHolder);
143 _namespaceStack.push(null);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParser.java60 void push(LValue lval) { method in class:ExpressionParser
61 stack.push(lval);
272 push(exprVal);
332 push(((BooleanValue) cond).booleanValue() ? trueBranch
480 push( LValue.booleanOperation(vm, tok, pop(), left) );
537 push( LValue.booleanOperation(vm, tok, pop(), left) );
605 push( LValue.operation(vm, tok, pop(), left, frameGetter) );
640 push( LValue.operation(vm, tok, pop(), left, frameGetter) );
939 push(LValue.makeName(vm, frameGetter, name));
943 push(LValu
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp196 stack->push(result[-i]);
297 stack->push((intptr_t) src);
508 // Get the result and push it onto the stack
686 stack->push(0);
694 stack->push(0); // next_frame, filled in later
698 stack->push(INTERPRETER_FRAME);
895 stack->push(0); // next_frame, filled in later
899 stack->push(INTERPRETER_FRAME);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp59 #pragma warning( push )
125 // and push the remainder back onto queue
135 bool ok = work_queue()->push(old);
136 assert(ok, "just popped, push must be okay");
209 bool ok = queue->push(obj_to_push);
218 overflow_stack()->push(p);
556 bool res = work_q->push(obj_to_scan);
557 assert(res, "Empty queue should have room for a push.");
637 #pragma warning( push )
1240 "push forwarde
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DClassSelector.java202 classScopes.push(null); // so that the getClassFactory method returns null
216 classScopes.push(clsFctry);
374 bindQueue.push(b);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp137 // We push epb twice in this sequence because we want the real rbp,
139 // We push by hand instead of pusing push
543 __ push(rax);
545 __ push(rbx);
693 __ push(rax);
795 // push the return address on the stack (note that pushing, rather
797 __ push(rax);
1334 __ push(thread);
2150 __ push(threa
[all...]

Completed in 103 milliseconds

1234567891011>>