Searched refs:OP_ICONST_5 (Results 1 – 6 of 6) sorted by relevance
99 case InstructionConstants.OP_ICONST_5: return 5; in embeddedConstant()119 case InstructionConstants.OP_ICONST_5: in canonicalOpcode()149 case InstructionConstants.OP_ICONST_5: in shrink()
38 public static final byte OP_ICONST_5 = 8; field
59 case InstructionConstants.OP_ICONST_5: in create()
946 composer.appendInstruction(2, new SimpleInstruction(InstructionConstants.OP_ICONST_5)); in main()
96 case InstructionConstants.OP_ICONST_5: in visitSimpleInstruction()
862 new SimpleInstruction(InstructionConstants.OP_ICONST_5),