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

/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DCompressConstants.java30 static final int NOP = 0; // no operation: used to pad words on flush() field in interface:CompressConstants
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/
H A DCompressConstants.java30 static final int NOP = 0; // no operation: used to pad words on flush() field in interface:CompressConstants
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DNOP.java62 * NOP - Do nothing
66 public class NOP extends Instruction { class in inherits:Instruction
67 public NOP() { method in class:NOP
68 super(com.sun.org.apache.bcel.internal.Constants.NOP, (short)1);
H A DInstructionConstants.java82 public static final Instruction NOP = new NOP(); field in interface:InstructionConstants
220 INSTRUCTIONS[Constants.NOP] = NOP;
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/
H A DCompress.java35 static final int NOP = 0; // no operation: used to pad words on flush() field in interface:Compress.CompressConstants
114 } while (code == NOP); // ignore NOP codes
218 writeCode(NOP);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java169 int NOP = 0; // visitInsn field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java157 public static final short NOP = 0; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java43 NOP(0x0), enum constant in enum:Opcode

Completed in 63 milliseconds