Searched refs:pop (Results 126 - 150 of 519) sorted by relevance

1234567891011>>

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/arrays/
H A DDeletedRangeArrayFilter.java224 public Object pop() { method in class:DeletedRangeArrayFilter
228 final Object value = super.pop();
235 return super.pop();
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dinterp_masm_arm.hpp173 void pop(TosState state);
179 // MacroAssembler::push/pop(Register)
180 // MacroAssembler::push/pop(RegisterSet)
181 // InterpreterMacroAssembler::push/pop(TosState)
183 void pop(Register rd, AsmCondition cond = al) { MacroAssembler::pop(rd, cond); } function in class:InterpreterMacroAssembler
186 void pop(RegisterSet reg_set, AsmCondition cond = al) { MacroAssembler::pop(reg_set, cond); } function in class:InterpreterMacroAssembler
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/java_cup/internal/runtime/
H A Dlr_parser.java598 /* pop the handle off the stack */
601 stack.pop();
793 /* pop the handle off the stack */
796 stack.pop();
842 * pop the parse stack down to a point at which we have a shift out
867 /* first pop the stack back into a state that can shift on error and
942 /* pop down until we can shift under error Symbol */
945 /* pop the stack */
949 left_pos = ((Symbol)stack.pop()).left;
1101 /* pop handl
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A DidealKit.cpp104 Node* else_cvstate = _pending_cvstates->pop();
105 DEBUG_ONLY(_state->pop());
119 // pop the top state and use it for it's initial state.
134 // 3) pop the top state from the stack and make it the
144 // Node* join_state = _pending_cvstates->pop();
147 _cvstate = _pending_cvstates->pop();
150 DEBUG_ONLY(_state->pop());
192 Node* exit = _pending_cvstates->pop();
193 Node* head = _pending_cvstates->pop();
196 DEBUG_ONLY(_state->pop());
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A DXPathContext.java78 * required since we're never going to pop these.
417 m_saxLocations.pop();
666 m_contextNodeLists.pop();
738 m_prefixResolvers.pop();
836 m_predicatePos.pop();
918 m_prefixResolvers.pop();
950 m_axesIteratorStack.pop();
1251 * If there is no RTF DTM, there's nothing to pop so this
1258 * Basically: If pop says this DTM is now empty, then return to the previous
1264 int previous=m_last_pushed_rtfdtm.pop();
[all...]
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.cpp577 pop(r);
610 // XXX can't use pop currently, upper half non clean
626 void InterpreterMacroAssembler::pop(TosState state) { function in class:InterpreterMacroAssembler
661 pop(r);
665 pop(lo);
666 pop(hi);
680 void InterpreterMacroAssembler::pop(TosState state) { function in class:InterpreterMacroAssembler
975 pop(state);
996 pop(state);
1040 pop(stat
[all...]
H A Dc1_MacroAssembler_x86.hpp106 void pop_reg (Register r) { _rsp_offset--; pop(r); assert(_rsp_offset >= 0, "stack offset underflow"); }
H A DtemplateInterpreterGenerator_x86_64.cpp218 __ pop(rdi); // get return address
279 __ pop(rdi); // get return address
332 __ pop(rdi); // get return address
459 __ pop(rax);
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp545 pop();
833 SharkValue *array = pop();
840 SharkValue *index = pop();
841 SharkValue *array = pop();
899 SharkValue *svalue = pop();
900 SharkValue *index = pop();
901 SharkValue *array = pop();
958 SharkValue *exception = pop();
1027 pop()->jint_value(), dest_block->entry_block(), len);
1427 pop();
[all...]
H A DsharkState.hpp109 SharkValue* pop() { function in class:SharkState
/openjdk10/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp262 void pop() {
268 pop();
300 pop();
311 pop();
313 pop();
320 pop();
328 pop();
330 pop();
337 pop();
342 pop();
[all...]
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DPopulationCoding.java463 PopulationCoding pop = new PopulationCoding();
464 pop.L = L; // might be -1
465 pop.favoredCoding = FCode[0];
466 pop.tokenCoding = TCode[0]; // might be null!
467 pop.unfavoredCoding = UCode[0];
468 res[0] = pop;
483 p200.getBoolean(Utils.COM_PREFIX+"verbose.pop"));
485 res.append("pop(").append("fVlen=").append(fVlen);
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DApplySpecialization.java224 stack.pop();
381 callSiteTypes.pop();
382 explodedArguments.pop();
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java301 nse = nse.pop();
318 nse = nse.pop();
343 nse = nse.pop();
485 cycleDetectionStack.pop();
515 cycleDetectionStack.pop();
554 cycleDetectionStack.pop();
565 cycleDetectionStack.pop();
584 cycleDetectionStack.pop();
687 cycleDetectionStack.pop();
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DXMLWriter.java79 inner.write("</" + elementStack.pop() + ">\n");
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/
H A DPropagateDeoptimizeProbabilityPhase.java59 AbstractBeginNode beginNode = (AbstractBeginNode) stack.pop();
/openjdk10/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DPrimitiveType.java102 stack.pop(true);
H A DArrayType.java111 stack.pop(true);
/openjdk10/hotspot/src/cpu/zero/vm/
H A Dstack_zero.hpp86 intptr_t pop() { function in class:ZeroStack
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DpreservedMarks.cpp34 const OopAndMarkOop elem = _stack.pop();
H A DgcTimer.hpp93 int pop();
/openjdk10/hotspot/src/share/vm/utilities/
H A Dstack.hpp124 inline E pop();
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java243 fSawAnnotation.pop();
379 boolean value = fHasNonSchemaAttributes.pop();
380 boolean sawann = fSawAnnotation.pop();
586 public boolean pop() { method in class:SchemaDOMParser.BooleanStack
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DBinaryOperatorFactory.java98 SymbolTable.pop();
H A DBinaryLogicOperatorFactory.java82 SymbolTable.pop();

Completed in 210 milliseconds

1234567891011>>