Searched refs:POP (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DPOP.java62 * POP - Pop top operand stack word
68 public class POP extends StackInstruction implements PopInstruction { class in inherits:StackInstruction,PopInstruction
69 public POP() { method in class:POP
70 super(com.sun.org.apache.bcel.internal.Constants.POP);
H A DInstructionConstants.java114 public static final StackInstruction POP = new POP(); field in interface:InstructionConstants
252 INSTRUCTIONS[Constants.POP] = POP;
H A DEmptyVisitor.java163 public void visitPOP(POP obj) { }
H A DVisitor.java166 public void visitPOP(POP obj);
H A DInstructionFactory.java371 (StackInstruction)POP;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DVoidType.java54 public Instruction POP() { method in class:VoidType
H A DType.java271 public Instruction POP() { method in class:Type
272 return POP;
H A DObjectType.java143 ifNull.setTarget(il.append(POP));
H A DRealType.java203 il.append(POP);
332 public Instruction POP() { method in class:RealType
H A DStringType.java189 il.append(POP);
H A DNodeSetType.java178 falsec.setTarget(il.append(POP));
H A DResultTreeType.java135 il.append(POP); // don't need the DOM reference
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DValueOf.java137 il.append(POP);
H A DWithParam.java209 il.append(POP); // cleanup stack
H A DParam.java220 il.append(_type.POP());
H A DText.java195 il.append(POP);
H A DOutput.java418 il.append(POP); // Cleanup - pop last translet reference off stack
H A DStepPattern.java528 il.append(POP); // true list falls through
H A DSyntaxTreeNode.java746 il.append(POP); // ignore mask returned by addDOMAdapter
H A DSort.java586 il.append(POP);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java256 int POP = 87; // - field in interface:Opcodes
H A DFrame.java362 // -1, //POP, // -
998 case Opcodes.POP:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java244 public static final short POP = 87; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java130 POP(0x57), enum constant in enum:Opcode
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java1071 mv.visitInsn(Opcodes.POP);

Completed in 300 milliseconds

12