Searched refs:pop (Results 276 - 300 of 519) sorted by relevance

<<11121314151617181920>>

/openjdk10/jdk/test/java/lang/invoke/indify/
H A DIndify.java630 Object pop() { return stack.remove(sp()-1); } method in class:Indify.Logic.JVMState
640 case opc_pop: pop(); break;
641 case opc_pop2: pop(); pop(); break;
642 case opc_swap: pushAt(-1, pop()); break;
694 arg = jvm.pop();
751 jvm.pop();
925 arg = jvm.pop();
941 { jvm.pop(); break; }
950 jvm.pop();
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_Runtime1_aarch64.cpp79 pop(r0, sp);
287 __ pop(RegSet::range(r0, r29), sp);
301 __ pop(RegSet::range(r2, r29), sp);
619 // registers, pop all of our frame but the return address and jump to the deopt blob
1012 __ pop(RegSet::of(r0, r2, r4, r5), sp);
1017 __ pop(RegSet::of(r0, r2, r4, r5), sp);
H A Dinterp_masm_aarch64.cpp358 void InterpreterMacroAssembler::pop(TosState state) { function in class:InterpreterMacroAssembler
535 pop(state);
554 pop(state);
596 pop(state);
1503 pop(state);
1512 pop(state);
/openjdk10/hotspot/src/share/vm/opto/
H A Dlcm.cpp495 worklist.map(0,worklist.pop());
519 worklist.map(i,worklist.pop());
649 worklist.map((uint)idx, worklist.pop()); // Compress worklist
1039 Node* d = delay.pop();
1085 // Select and pop a ready guy from worklist
1349 Node *use = out->pop();
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java325 in = in.pop();
405 // still need to pop entities, but not parsing of references
516 // scan, allowing entity push/pop wherever ...
522 in = in.pop();
1630 in = in.pop();
1664 char c = getc(); // will pop input entities
2004 // pop internal PEs (and whitespace before/after)
2006 in = in.pop();
2154 in = in.pop();
2224 in = in.pop();
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java1478 pop();
1502 // pop the remaining path
1504 pop();
1584 // pop the remaining path
1586 pop();
1643 pop();
1648 pop();
1812 void pop() { method in class:DefaultStyledDocument.ElementBuffer
1814 path.pop();
1882 pop();
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotations.java269 protected JCTree pop() { method in class:TypeAnnotations.TypeAnnotationPositions
285 pop();
1160 pop();
1173 pop();
1214 pop();
1288 pop();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DGraphKit.java245 frameStateBuilder.pop(returnType.getJavaKind());
482 frameStateBuilder.pop(returnType.getJavaKind());
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DPIHandlerImpl.java484 // when to pop this info object:
527 // Decrement entry count, and if it is zero, pop it from the stack.
536 infoStack.pop();
729 infoStack.pop();
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java466 CellTypeState pop () { method in class:GenerateOopMap
494 // We have detected a pop of an empty monitor stack.
1462 // monitor stack height is 0, we are about to pop a monitor
1546 CellTypeState actual = pop();
1620 CellTypeState actual = pop();
1655 // pop all arguments
1656 for(int i = 0; i < poplen; i++) actual[i] = pop();
1678 CellTypeState r_or_p = pop();
1780 CellTypeState actual = pop();
1809 CellTypeState actual = pop();
[all...]
/openjdk10/hotspot/make/src/classes/build/tools/projectcreator/
H A DWinGammaPlatform.java620 // TODO push tag name, and change endTag to pop and print.
642 String name = tagStack.pop();
649 String name = tagStack.pop();
/openjdk10/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp848 CellTypeState GenerateOopMap::pop() {
867 // We have detected a pop of an empty monitor stack.
1190 // monitor stack height is 0, we are about to pop a monitor
1639 CellTypeState actual = pop();
1690 actual[i] = pop();
1708 CellTypeState actual = pop();
1773 CellTypeState actual = pop();
1779 CellTypeState actual = pop();
1808 CellTypeState actual = pop();
1895 CellTypeState r_or_p = pop();
[all...]
H A Dklass.cpp314 s2->at_put(j, primaries->pop()); // add primaries in reverse order.
396 Klass* current = stack.pop();
/openjdk10/jdk/src/java.desktop/share/classes/javax/imageio/stream/
H A DImageInputStreamImpl.java801 long pos = markByteStack.pop().longValue();
808 int offset = markBitStack.pop().intValue();
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/tree/
H A DDefaultMutableTreeNode.java1339 stack.pop();
1509 return stack.pop();
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DDefaultClassBinder.java286 stb.refererStack.pop();
510 stb.refererStack.pop();
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/binding/
H A DWebServiceFeatureList.java539 return features.pop();
546 features.pop();
/openjdk10/jdk/test/java/util/concurrent/tck/
H A DLinkedListTest.java557 * pop removes next element, or throws NSEE if empty
562 assertEquals(i, q.pop());
565 q.pop();
/openjdk10/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DClassGenerator.java332 // pop return value of Collection.add
333 mi.pop();
361 // pop return value of Collection.add
362 mi.pop();
/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest-printers.h604 # pragma warning(pop) // Restores the warning state.
672 # pragma warning(pop) // Restores the warning state.
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.cpp171 _locks.pop();
H A Dc1_LIRAssembler.hpp114 void pop(LIR_Opr opr);
H A Dc1_IR.cpp416 Value t = worklist->pop();
663 BlockBegin* cur = _work_list.pop();
722 BlockBegin* cur = _work_list.pop();
936 BlockBegin* cur = _work_list.pop();
H A Dc1_IR.hpp125 XHandler* remove_last() { return _list.pop(); }
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/schedule/
H A DSchedulePhase.java886 stack.pop();
902 stack.pop();
929 // Can immediately process and pop.
930 stack.pop();
936 stack.pop();

Completed in 233 milliseconds

<<11121314151617181920>>