Searched defs:POP (Results 1 - 8 of 8) sorted by relevance

/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;
/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 DRealType.java203 il.append(POP);
332 public Instruction POP() { method in class:RealType
H A DType.java271 public Instruction POP() { method in class:Type
272 return 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
/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

Completed in 62 milliseconds