Lines Matching refs:InstructionConstants
89 new ConstantInstruction(InstructionConstants.OP_LDC, X),
90 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
96 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
97 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 6),
98 new ConstantInstruction(InstructionConstants.OP_CHECKCAST, X),
120 new ConstantInstruction(InstructionConstants.OP_LDC, X),
121 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
143 new ConstantInstruction(InstructionConstants.OP_LDC, X),
144 new SimpleInstruction(InstructionConstants.OP_ICONST_0),
145 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
151 new VariableInstruction(InstructionConstants.OP_ALOAD_0),
152 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
153 new SimpleInstruction(InstructionConstants.OP_ARETURN),
159 new VariableInstruction(InstructionConstants.OP_ALOAD_0),
160 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
161 new VariableInstruction(InstructionConstants.OP_ALOAD_1),
162 new BranchInstruction(InstructionConstants.OP_IFNE, +6),
163 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 10),
164 new SimpleInstruction(InstructionConstants.OP_ARETURN),
170 new VariableInstruction(InstructionConstants.OP_ALOAD_0),
171 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
172 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 10),
173 new SimpleInstruction(InstructionConstants.OP_ARETURN),