Searched refs:opcode (Results 26 - 50 of 115) sorted by relevance

12345

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCFPArithmeticInstruction.java34 public SPARCFPArithmeticInstruction(String name, int opcode, int rtlOperation, argument
37 super(name, opcode, rs1, rs2, rd);
H A DSPARCMoveInstruction.java32 public SPARCMoveInstruction(String name, int opcode, ImmediateOrRegister operand2, SPARCRegister rd) { argument
33 super(name, opcode, null, operand2, rd);
H A DSPARCInstructionFactory.java46 public SPARCInstruction newLoadInstruction(String name, int opcode, argument
50 public SPARCInstruction newStoreInstruction(String name, int opcode, argument
90 public SPARCInstruction newArithmeticInstruction(String name, int opcode, int rtlOperation, argument
94 public SPARCInstruction newLogicInstruction(String name, int opcode, int rtlOperation, argument
98 public SPARCInstruction newMoveInstruction(String name, int opcode, argument
102 public SPARCInstruction newShiftInstruction(String name, int opcode, int rtlOperation, argument
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DCPInstruction.java90 protected CPInstruction(short opcode, int index) { argument
91 super(opcode, (short)3);
100 out.writeByte(opcode);
107 * <name of opcode> "["<opcode number>"]"
127 return com.sun.org.apache.bcel.internal.Constants.OPCODE_NAMES[opcode] + " " + str;
H A DLDC_W.java89 opcode = com.sun.org.apache.bcel.internal.Constants.LDC_W;
H A DFieldInstruction.java83 protected FieldInstruction(short opcode, int index) { argument
84 super(opcode, index);
91 return com.sun.org.apache.bcel.internal.Constants.OPCODE_NAMES[opcode] + " " +
H A DGOTO.java84 if(opcode == com.sun.org.apache.bcel.internal.Constants.GOTO)
88 out.writeByte(opcode);
102 opcode = com.sun.org.apache.bcel.internal.Constants.GOTO_W;
H A DJSR.java84 if(opcode == com.sun.org.apache.bcel.internal.Constants.JSR)
88 out.writeByte(opcode);
99 opcode = com.sun.org.apache.bcel.internal.Constants.JSR_W;
H A DArrayInstruction.java75 * @param opcode of instruction
77 protected ArrayInstruction(short opcode) { argument
78 super(opcode, (short)1);
88 switch(opcode) {
106 default: throw new ClassGenException("Oops: unknown case in switch" + opcode);
H A DFieldOrMethod.java78 protected FieldOrMethod(short opcode, int index) { argument
79 super(opcode, index);
H A DInstructionComparator.java66 * to be equal if they have same opcode and point to the same indexes
77 if(i1.opcode == i2.opcode) {
H A DBranchInstruction.java84 * @param opcodee Instruction opcode
87 protected BranchInstruction(short opcode, InstructionHandle target) { argument
88 super(opcode, (short)3);
98 out.writeByte(opcode);
150 * <name of opcode> "["<opcode number>"]"
H A DSelect.java95 Select(short opcode, int[] match, InstructionHandle[] targets, argument
97 super(opcode, target);
145 out.writeByte(opcode);
H A DGOTO_W.java86 out.writeByte(opcode);
H A DICONST.java82 opcode = (short)(com.sun.org.apache.bcel.internal.Constants.ICONST_0 + i); // Even works for i == -1
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREDebugCompiler.java65 * Returns a descriptive string for an opcode.
66 * @param opcode Opcode to convert to a string
67 * @return Description of opcode
69 String opcodeToString(char opcode) argument
71 // Get string for opcode
72 String ret =(String)hashOpcode.get(new Integer(opcode));
106 // Get opcode and opdata for node
107 char opcode = instruction[node + RE.offsetOpcode];
110 // Return opcode as a string and opdata value
111 return opcodeToString(opcode)
[all...]
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInjectBytecodes.java200 int opcode = c.readU1();
201 if (opcode == opc_wide) {
218 throw new Error("Invalid wide opcode: " + wopcode);
223 inj = before[opcode];
228 switch (opcode) {
251 int instrLen = opcLengths[opcode];
255 inj = after[opcode];
269 int opcode = c.readU1();
276 if (opcode == opc_wide) {
299 throw new Error("Invalid wide opcode
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java117 short opcode = i.getOpcode();
119 if((InstructionConstants.INSTRUCTIONS[opcode] != null) &&
131 short opcode = i.getOpcode();
134 if(opcode == Constants.IINC) {
138 String kind = (opcode < Constants.ISTORE)? "Load" : "Store";
146 short opcode = i.getOpcode();
148 String kind = (opcode < Constants.IASTORE)? "Load" : "Store";
155 short opcode = i.getOpcode();
164 "Constants." + Constants.OPCODE_NAMES[opcode].toUpperCase() +
169 short opcode
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DInstruction.java72 /** Wide opcode is not followed by any operands. */
74 /** Wide opcode is followed by a 2-byte index into the constant pool. */
76 /** Wide opcode is followed by a 2-byte index into the constant pool,
205 Opcode opcode = getOpcode();
206 if (opcode == null)
209 return opcode.toString().toLowerCase();
212 /** Get the length, in bytes, of this instruction, including the opcode
215 Opcode opcode = getOpcode();
216 if (opcode == null)
219 switch (opcode) {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DHeader.java55 int opcode; // OPCODE: 4-bit opcode field in class:Header
95 opcode = (flags & OPCODE_MASK) >>> OPCODE_SHIFT;
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEPollArrayWrapper.java278 int opcode = 0;
282 opcode = (events != 0) ? EPOLL_CTL_MOD : EPOLL_CTL_DEL;
284 opcode = (events != 0) ? EPOLL_CTL_ADD : 0;
286 if (opcode != 0) {
287 epollCtl(epfd, opcode, fd, events);
288 if (opcode == EPOLL_CTL_ADD) {
290 } else if (opcode == EPOLL_CTL_DEL) {
325 private native void epollCtl(int epfd, int opcode, int fd, int events); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodWriter.java664 public void visitInsn(final int opcode) { argument
666 code.putByte(opcode);
671 currentBlock.frame.execute(opcode, 0, null, null);
674 int size = stackSize + Frame.SIZE[opcode];
680 // if opcode == ATHROW or xRETURN, ends current block (no successor)
681 if ((opcode >= Opcodes.IRETURN && opcode <= Opcodes.RETURN)
682 || opcode == Opcodes.ATHROW)
689 public void visitIntInsn(final int opcode, final int operand) { argument
693 currentBlock.frame.execute(opcode, operan
712 visitVarInsn(final int opcode, final int var) argument
770 visitTypeInsn(final int opcode, final String type) argument
790 visitFieldInsn( final int opcode, final String owner, final String name, final String desc) argument
831 visitMethodInsn( final int opcode, final String owner, final String name, final String desc) argument
886 visitJumpInsn(final int opcode, final Label label) argument
[all...]
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java353 int opcode;
355 case 0: opcode = Opcodes.ICONST_0; break;
356 case 1: opcode = Opcodes.ICONST_1; break;
357 case 2: opcode = Opcodes.ICONST_2; break;
358 case 3: opcode = Opcodes.ICONST_3; break;
359 case 4: opcode = Opcodes.ICONST_4; break;
360 case 5: opcode = Opcodes.ICONST_5; break;
371 mv.visitInsn(opcode);
378 int opcode;
380 case 'I': opcode
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java81 * @param opcode The operation's opcode instruction (usually a byte code),
86 Type fold(int opcode, List<Type> argtypes) { argument
89 return fold1(opcode, argtypes.head);
91 return fold2(opcode, argtypes.head, argtypes.tail.head);
97 * @param opcode The operation's opcode instruction (usually a byte code),
99 * opcode's ifeq to ifge are for postprocessing
104 Type fold1(int opcode, Type operand) { argument
107 switch (opcode) {
156 fold2(int opcode, Type left, Type right) argument
[all...]
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c303 int opcode; /* may turn into "canonical" opcode */ member in struct:instruction_data_type
307 int i; /* operand to the opcode */
1023 this_idata->opcode = code[offset];
1085 int opcode = this_idata->opcode; local
1095 switch (opcode) {
1148 if (opcode == JVM_OPC_tableswitch) {
1227 if (opcode == JVM_OPC_getfield || opcode
1495 set_protected(context_type *context, unsigned int inumber, int key, int opcode) argument
1807 int opcode = this_idata->opcode; local
1861 int opcode = this_idata->opcode; local
1944 int opcode = this_idata->opcode; local
1972 int opcode = this_idata->opcode; local
2459 int opcode = this_idata->opcode; local
2637 int opcode = this_idata->opcode; local
2853 int opcode = this_idata->opcode; local
[all...]

Completed in 82 milliseconds

12345