Lines Matching refs:opcode

67         byte opcode = simpleInstruction.opcode;
70 if (opcode == InstructionConstants.OP_IDIV ||
71 opcode == InstructionConstants.OP_LDIV ||
72 opcode == InstructionConstants.OP_IREM ||
73 opcode == InstructionConstants.OP_LREM ||
74 opcode == InstructionConstants.OP_IALOAD ||
75 opcode == InstructionConstants.OP_LALOAD ||
76 opcode == InstructionConstants.OP_FALOAD ||
77 opcode == InstructionConstants.OP_DALOAD ||
78 opcode == InstructionConstants.OP_AALOAD ||
79 opcode == InstructionConstants.OP_BALOAD ||
80 opcode == InstructionConstants.OP_CALOAD ||
81 opcode == InstructionConstants.OP_SALOAD ||
82 opcode == InstructionConstants.OP_IASTORE ||
83 opcode == InstructionConstants.OP_LASTORE ||
84 opcode == InstructionConstants.OP_FASTORE ||
85 opcode == InstructionConstants.OP_DASTORE ||
86 opcode == InstructionConstants.OP_AASTORE ||
87 opcode == InstructionConstants.OP_BASTORE ||
88 opcode == InstructionConstants.OP_CASTORE ||
89 opcode == InstructionConstants.OP_SASTORE ||
90 opcode == InstructionConstants.OP_NEWARRAY ||
91 opcode == InstructionConstants.OP_ARRAYLENGTH ||
92 opcode == InstructionConstants.OP_ATHROW ||
93 opcode == InstructionConstants.OP_MONITORENTER ||
94 opcode == InstructionConstants.OP_MONITOREXIT)
105 byte opcode = constantInstruction.opcode;
108 if (opcode == InstructionConstants.OP_GETSTATIC ||
109 opcode == InstructionConstants.OP_PUTSTATIC ||
110 opcode == InstructionConstants.OP_GETFIELD ||
111 opcode == InstructionConstants.OP_PUTFIELD ||
112 opcode == InstructionConstants.OP_INVOKEVIRTUAL ||
113 opcode == InstructionConstants.OP_INVOKESPECIAL ||
114 opcode == InstructionConstants.OP_INVOKESTATIC ||
115 opcode == InstructionConstants.OP_INVOKEINTERFACE ||
116 opcode == InstructionConstants.OP_NEW ||
117 opcode == InstructionConstants.OP_ANEWARRAY ||
118 opcode == InstructionConstants.OP_CHECKCAST ||
119 opcode == InstructionConstants.OP_MULTIANEWARRAY)
125 // if (opcode == InstructionConstants.OP_INVOKEVIRTUAL ||
126 // opcode == InstructionConstants.OP_INVOKESPECIAL ||
127 // opcode == InstructionConstants.OP_INVOKESTATIC ||
128 // opcode == InstructionConstants.OP_INVOKEINTERFACE)