Searched refs:NOP (Results 1 - 25 of 46) sorted by relevance

12

/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
H A DCompressOutputStream.java69 writeCode(NOP);
H A DCompressInputStream.java48 } while (code == NOP); // ignore NOP codes
/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
H A DCompressOutputStream.java69 writeCode(NOP);
H A DCompressInputStream.java48 } while (code == NOP); // ignore NOP codes
/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/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DStringType.java87 // NOP -> same representation
108 truec.setTarget(il.append(NOP));
146 * Strings are already boxed so the translation is just a NOP.
152 methodGen.getInstructionList().append(NOP);
165 methodGen.getInstructionList().append(NOP);
191 ifNonNull.setTarget(il.append(NOP));
213 methodGen.getInstructionList().append(NOP);
H A DObjectType.java145 gotobh.setTarget(il.append(NOP));
156 methodGen.getInstructionList().append(NOP);
169 methodGen.getInstructionList().append(NOP);
H A DNodeSetType.java161 truec.setTarget(il.append(NOP));
180 truec.setTarget(il.append(NOP));
212 methodGen.getInstructionList().append(NOP);
232 * Node sets are already boxed so the translation is just a NOP.
238 methodGen.getInstructionList().append(NOP);
313 methodGen.getInstructionList().append(NOP);
H A DVoidType.java55 return NOP;
H A DResultTreeType.java216 * Result trees are already boxed so the translation is just a NOP.
229 il.append(NOP);
369 methodGen.getInstructionList().append(NOP);
423 il.append(NOP);
448 methodGen.getInstructionList().append(NOP);
H A DBooleanType.java117 truec.setTarget(il.append(NOP));
156 methodGen.getInstructionList().append(NOP);
H A DRealType.java138 truec.setTarget(il.append(NOP));
238 il.append(NOP);
270 il.append(NOP);
H A DReferenceType.java222 methodGen.getInstructionList().append(NOP);
244 il.append(NOP);
333 methodGen.getInstructionList().append(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/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DChoose.java121 nextElement.setTarget(il.append(NOP));
150 test.backPatchFalseList(exit = il.append(NOP));
156 nextElement.setTarget(il.append(NOP));
158 exit = il.append(NOP);
H A DBooleanExpr.java75 il.append(NOP); // true list falls through
H A DCopy.java137 ifBlock2.setTarget(il.append(NOP));
142 ifBlock4.setTarget(il.append(NOP));
153 final InstructionHandle end = il.append(NOP);
H A DStepPattern.java247 icmp.setTarget(il.append(NOP));
259 icmp.setTarget(il.append(NOP));
274 icmp.setTarget(il.append(NOP));
318 skipFalse.setTarget(il.append(NOP));
404 skipFalse.setTarget(il.append(NOP));
456 ifBlock.setTarget(il.append(NOP));
H A DKey.java184 final InstructionHandle loop = il.append(NOP);
260 final InstructionHandle loop = il.append(NOP);
288 final InstructionHandle skip = il.append(NOP);
H A DIf.java109 _test.backPatchFalseList(il.append(NOP));
H A DLogicalExpr.java179 InstructionHandle middle = il.append(NOP);
185 InstructionHandle after = il.append(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

Completed in 326 milliseconds

12