Searched refs:DSUB (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DDSUB.java62 * DSUB - Substract doubles
68 public class DSUB extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
71 public DSUB() { method in class:DSUB
72 super(com.sun.org.apache.bcel.internal.Constants.DSUB);
H A DArithmeticInstruction.java86 case Constants.DNEG: case Constants.DREM: case Constants.DSUB:
H A DInstructionConstants.java130 public static final ArithmeticInstruction DSUB = new DSUB(); field in interface:InstructionConstants
268 INSTRUCTIONS[Constants.DSUB] = DSUB;
H A DEmptyVisitor.java157 public void visitDSUB(DSUB obj) { }
H A DVisitor.java160 public void visitDSUB(DSUB obj);
H A DInstructionFactory.java338 case '-' : return DSUB;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java272 int DSUB = 103; // - field in interface:Opcodes
H A DFrame.java378 // -2, //DSUB, // -
1128 case Opcodes.DSUB:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java260 public static final short DSUB = 103; field in interface:Constants
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DRealType.java305 return InstructionConstants.DSUB;
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java146 DSUB(0x67), enum constant in enum:Opcode

Completed in 61 milliseconds