{   // new StringBuilder("...").append(Dc) = new StringBuilder("....")
            {
                new ConstantInstruction(InstructionConstants.OP_LDC, A),
                new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUILDER_INIT_STRING),
                new ConstantInstruction(InstructionConstants.OP_LDC2_W, B),