Searched defs:DUP (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DDUP.java62 * DUP - Duplicate top operand stack word
67 public class DUP extends StackInstruction implements PushInstruction { class in inherits:StackInstruction,PushInstruction
68 public DUP() { method in class:DUP
69 super(com.sun.org.apache.bcel.internal.Constants.DUP);
H A DInstructionConstants.java116 public static final StackInstruction DUP = new DUP(); field in interface:InstructionConstants
254 INSTRUCTIONS[Constants.DUP] = DUP;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DRealType.java340 public Instruction DUP() { method in class:RealType
H A DType.java295 public Instruction DUP() { method in class:Type
296 return DUP; // default
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java258 int DUP = 89; // - field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java246 public static final short DUP = 89; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java132 DUP(0x59), enum constant in enum:Opcode

Completed in 45 milliseconds